import { ValueType, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_UniversalMeasure_UnitType } from "./ST_UniversalMeasure_UnitType"; /** * @hidden */ export declare class ST_PositiveUniversalMeasure extends ValueType { static $t: Type; constructor(a: number, b: number, c: ST_UniversalMeasure_UnitType); constructor(); constructor(a: number, ..._rest: any[]); private readonly b; private readonly c; toString(): string; d(): number; static a(a: string): ST_PositiveUniversalMeasure; static e(a: string): Nullable$1; }