import type { DeviceType, MappedDeviceType } from '../types';
export declare const getBaseWidth: (deviceType?: DeviceType, baseSizes?: Partial<MappedDeviceType>) => number;
//# sourceMappingURL=getBaseWidth.d.ts.map