import { AfterViewInit, QueryList, ViewContainerRef } from '@angular/core'; import { MaterialComponent } from './MaterialComponent'; import * as i0 from "@angular/core"; export declare class MaterialNestedComponent extends MaterialComponent implements AfterViewInit { viewContainers: any; components: QueryList; setInstance(instance: any): void; renderComponents(): void; render(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }