import { Base, Type } from "igniteui-webcomponents-core"; import { List$1 } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class ST_Sqref extends Base { static $t: Type; private c; get d(): List$1; set d(a: List$1); static a(a: string): ST_Sqref; e(): string; static b(a: string): ST_Sqref; f(): string; }