import React from "react"; import type { WindowElement } from "../../gjs-elements/rg-types"; export declare const WindowContext: React.Context; export declare const Window: React.ForwardRefExoticComponent, WindowElement>, "ref"> & React.RefAttributes>;