import { GridBreakpointsType } from './Grid.types'; export declare function sortBreakpoints(a: GridBreakpointsType, b: GridBreakpointsType): number;