type UseViewportTypeReturned = { isMobile: boolean; }; export declare const useViewportType: () => UseViewportTypeReturned; export {};