type Size = { height: number; width: number; }; export declare function useViewportSize(): Size; export {};