import { ValueType, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class FormulaParser_TextSpan extends ValueType {
    static $t: Type;
    constructor(a: number, b: number, c: number);
    constructor();
    constructor(a: number, ..._rest: any[]);
    static readonly a: FormulaParser_TextSpan;
    readonly c: number;
    readonly d: number;
    get b(): boolean;
}
