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