import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ValueFormatter_NumberSection { Number = 0, Fraction = 1, GeneratedNumerator = 2, GeneratedDenominator = 3, ScientificCoefficient = 4, ScientificCoefficientFraction = 5, ScientificExponent = 6, ScientificExponentFraction = 7 } /** * @hidden */ export declare let ValueFormatter_NumberSection_$type: Type;