declare type ViewportSize = Readonly<{ width: number; height: number; }>; export declare function getViewportSize(): ViewportSize; export {};