import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_BuiltInUnit { hundreds = 0, thousands = 1, tenThousands = 2, hundredThousands = 3, millions = 4, tenMillions = 5, hundredMillions = 6, billions = 7, trillions = 8 } /** * @hidden */ export declare let ST_BuiltInUnit_$type: Type;