import { IProjectionNode, VisualElement } from 'framer-motion';
export declare function getClosestProjectingNode(visualElement?: VisualElement<unknown, unknown, {
    allowProjection?: boolean;
}>): IProjectionNode | undefined;
