/**
 * @file index.tsx
 *
 * @fileoverview Help determine if the user is in mobile using matchmedia.
 */
export declare const useIsMobile: (theme: any) => boolean;
