export declare const useViewport: () => { width: number; height: number; isMobile: boolean; isTablet: boolean; resizeListener: JSX.Element; };