///
import { WindowProps } from './type';
declare function Window({ children, titleBar, titleBarText, mainAppOrder, mainAppIsMinimized, showSectionsButton, rightActions, titleBarIcon, }: WindowProps): import("react").ReactPortal;
declare const _default: import("react").MemoExoticComponent;
export default _default;