interface ViewportSize { width: number; height: number; } declare function useViewportSize(): ViewportSize; export { useViewportSize };