/** * tablet: 768 * Minimum width of the middle section in the navigation bar: 236px+450px * @see https://mui.com/customization/breakpoints/#default-breakpoints */ export declare function useMediaDevices(): { isMobile: boolean; };