import { DeviceBreakpointsType } from '../../types/breakpoints/breakpoints';
export declare const useMediaDevice: () => DeviceBreakpointsType;
