export declare const Unit: {
    readonly in: "in";
    readonly mm: "mm";
};
export type UnitType = (typeof Unit)[keyof typeof Unit];
//# sourceMappingURL=Unit.d.ts.map