import { Breakpoints, Device } from '../common/types';
export declare const useCalcDevice: (breakpoints: Breakpoints, customContainerWidth?: number) => Device;
