import type { IProjectionNode, VisualElement } from "framer-motion"; export declare function getClosestProjectingNode(visualElement?: VisualElement): IProjectionNode | undefined;