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