import { Unit, UnitSuffix } from '../../defs'; export declare type UnitConverterOptions = { remPixelValue: () => number; emPixelValue: () => number; viewWidthPixelValue: () => number; viewHeightPixelValue: () => number; }; export declare const noConvert: (unitValue: Unit) => Unit; export declare const converterMap: { [key: string]: { [key: string]: Function | undefined; } | undefined; }; //# sourceMappingURL=index.d.ts.map