import { VisualElement } from 'framer-motion';
export declare function addValueToWillChange(visualElement: VisualElement, key: string): void;
