import { AnimationControls } from "../types";
export declare function isAnimationControls(v?: unknown): v is AnimationControls;
