import { AfterViewInit, ChangeDetectorRef, OnChanges, OnDestroy, OnInit } from '@angular/core'; import { ResponsiveElementComponent, ResponsiveElementComponentChanges } from "../../responsive-element.component"; import * as i0 from "@angular/core"; export interface ContainerComponentChanges extends ResponsiveElementComponentChanges { } export declare class ContainerComponent extends ResponsiveElementComponent implements OnChanges, OnInit, AfterViewInit, OnDestroy { private cdr; hidden: boolean; rendered: boolean; constructor(cdr: ChangeDetectorRef); ngOnChanges(changes: ContainerComponentChanges): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }