import { ValueType, Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare class FormulaParser_WorksheetReferenceInfo extends ValueType {
    static $t: Type;
    constructor();
    b: string;
    c: string;
    d: string;
    a: boolean;
}
