import { MotionProps } from "../..";
export declare function isForcedMotionValue(key: string, { layout, layoutId }: MotionProps): boolean;
