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