import { EDeviceSize } from '../../enums'; export declare type TBreakpoints = Record; export interface IDeviceDetectContextValue { breakpoints?: Partial; }