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