import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export interface IValueFormatterSectionInfo {
    readonly fractionDigitCount: number;
    readonly hasAnyDateParts: boolean;
    readonly hasAnyTimeParts: boolean;
    readonly isDateSection: boolean;
    readonly isNumberSection: boolean;
    readonly percentCount: number;
    readonly showsGroupSeparators: boolean;
    readonly color: string;
    readonly hasParentheses: boolean;
    readonly hasVerbatimString: boolean;
}
/**
 * @hidden
 */
export declare let IValueFormatterSectionInfo_$type: Type;
