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