import { ChangeDetectorRef, ElementRef, OnInit } from '@angular/core'; import { SmartComponent } from '../../../../feature/common/component/src/smart-component'; import { ListViewReadModelRootId } from '../../../../core/list-view/src/api/global/list-view.read-model-root-id'; import { ListViewWarehouse } from '../../../../core/list-view/src/api/list-view.warehouse'; import * as i0 from "@angular/core"; export declare class ListViewLayoutComponent extends SmartComponent implements OnInit { private readonly changeDetectorRef; private readonly listViewReadModelRootId; private readonly listViewWarehouse; listModeEnabled: boolean; cardModeEnabled: boolean; selectorEnabled: boolean; searchBarEnabled: boolean; constructor(changeDetectorRef: ChangeDetectorRef, elementRef: ElementRef, listViewReadModelRootId: ListViewReadModelRootId, listViewWarehouse: ListViewWarehouse); ngOnInit(): void; protected getSelectorName(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }