import { ValueType, Type } from "igniteui-webcomponents-core"; import { ValueFormatter_SectionType } from "./ValueFormatter_SectionType"; import { ValueFormatterFlags } from "./ValueFormatterFlags"; /** * @hidden */ export declare class GetCellTextResult extends ValueType { static $t: Type; constructor(a: number, b: string); constructor(); constructor(a: number, ..._rest: any[]); j: string; e: number; a: ValueFormatter_SectionType; h: string; b: ValueFormatterFlags; g: number; f: number; i: string; get c(): boolean; get d(): boolean; }