export declare function getWindowSize(): {
    width: number;
    height: number;
};
//# sourceMappingURL=getWindowSize.d.ts.map