import React, { PropsWithChildren } from 'react';
export declare type WindowProps = {
    className?: string;
};
export declare const Window: React.MemoExoticComponent<(props: PropsWithChildren<WindowProps>) => JSX.Element>;
