export declare function getWindowSize(): { width: number; height: number; }; export declare const separatorHeight: number; export declare const APPBAR_HEIGHT: number; export declare const STATUSBAR_HEIGHT: number; export declare const HEADER_HEIGHT: number;