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