export declare const getBreakpointIndex: ({ width, breakpoints, }: { width: number; breakpoints: number[]; }) => number;