import { ValueTarget, KeyframesTarget } from "../../types";
export declare const isKeyframesTarget: (v: ValueTarget) => v is KeyframesTarget;
