import * as i0 from "@angular/core";
export declare class TreeviewConfig {
    hasAllCheckBox: boolean;
    hasFilter: boolean;
    hasCollapseExpand: boolean;
    decoupleChildFromParent: boolean;
    maxHeight: number;
    allowSingleSelection: boolean;
    get hasDivider(): boolean;
    static create(fields?: {
        hasAllCheckBox?: boolean;
        hasFilter?: boolean;
        hasCollapseExpand?: boolean;
        decoupleChildFromParent?: boolean;
        maxHeight?: number;
        allowSingleSelection?: boolean;
    }): TreeviewConfig;
    static ɵfac: i0.ɵɵFactoryDeclaration<TreeviewConfig, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TreeviewConfig>;
}
