export type UnitBasedAttribute = {
    DisplayValue?: number;
    Label?: string;
    Locale?: string;
    Unit?: string;
};
//# sourceMappingURL=unit-based-attribute.d.ts.map