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