import type { Breakpoint } from '../../../utilities/opaque-responsive';
export declare function getBreakpointFromWidth(width: number): Breakpoint;
