import { VisualElement } from 'framer-motion';
export declare function getContextWindow({ current }: VisualElement<Element>): Window & typeof globalThis;
