import { ModuleWithProviders } from '@angular/core'; import { TreeSelectComponent } from './tree-select.component'; import { TreeSelectItemComponent } from './tree-select-item.component'; import { TreeSelectDefaultOptions } from './models/tree-select-default-options'; export declare const COMPONENTS: (typeof TreeSelectComponent | typeof TreeSelectItemComponent)[]; export declare class TreeSelectModule { static forRoot(options: TreeSelectDefaultOptions): ModuleWithProviders; }