import { MotionProps } from "../types";
export declare function checkShouldInheritVariant({ animate, variants, inherit, }: MotionProps): boolean;
