export interface JWindowProps { id: string; } export declare function JWindow({ id }: JWindowProps): import("react").JSX.Element | null; //# sourceMappingURL=JWindow.d.ts.map