import { Layout } from 'react-grid-layout'; export declare function orderBreakpointsDesc(breakpoints: Record): string[]; export declare function getBreakpointFromWidth(bps: Record, width: number): string | undefined; export declare function findNearestSourceBp(target: string, allLayouts: Record, ordered: string[]): string | null; export declare function gridWrapWordLike(source: Layout[], targetCols: number): Layout[];