import { WebColumnDescription } from "./WebColumnDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebColumnGroupDescription extends WebColumnDescription {
    static $t: Type;
    protected get_type(): string;
    private static __canMarshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private c1;
    get children(): WebColumnDescription[];
    set children(a: WebColumnDescription[]);
    private c4;
    get collapsible(): boolean;
    set collapsible(a: boolean);
    private c5;
    get expanded(): boolean;
    set expanded(a: boolean);
    private c9;
    get collapsibleIndicatorTemplateRef(): string;
    set collapsibleIndicatorTemplateRef(a: string);
}
