import { type Breakpoint } from '@mui/material/styles'; export default function useMobile({ key }?: { key: Breakpoint | number; }): boolean;