import { VisualElement } from 'framer-motion';
export declare function isPresent(visualElement: VisualElement): boolean;
