export declare const useMobileMode: (onSwitch?: ((isMobile: boolean) => void) | undefined) => boolean;