import { LengthUnits } from '../utils/toolbox/src'; import { DomContainerProps } from '../public-api/interfaces'; export declare function lengthUnitGenerator(document: Document, container: HTMLElement, containerProps: DomContainerProps): LengthUnits; //# sourceMappingURL=length-unit-generator.d.ts.map