import type { BreakpointUnit } from '../breakpoints'; export declare function convertScreenWidth(screenWidth: number, breakpointUnit: BreakpointUnit): number; //# sourceMappingURL=convertScreenWidth.d.ts.map