import { ReactNode } from 'react'; interface Props { children: ReactNode; } /** * @internal Intended for internal use - use it on your own risk */ export declare function WindowProvider({ children }: Props): JSX.Element; export {}; //# sourceMappingURL=provider.d.ts.map