import { AfterViewInit, OnInit, ViewContainerRef, TemplateRef } from '@angular/core'; export declare class ContentBlockComponent implements AfterViewInit, OnInit { siderWidth: Number; hiddenTitle: boolean; tpl_title: TemplateRef; tpl_titleExtra: TemplateRef; tpl_sider: TemplateRef; tpl_content: TemplateRef; tpl_operations: TemplateRef; tpl_extra: TemplateRef; tpl_alerting: TemplateRef; titleRef: ViewContainerRef; rowOperationsAndExtra: ViewContainerRef; colOperations: ViewContainerRef; colExtra: ViewContainerRef; ngOnInit(): void; ngAfterViewInit(): void; checkExtraAutoWrap(event: any): void; _title: any; title: string | TemplateRef; _titleExtra: any; titleExtra: TemplateRef; _sider: any; sider: TemplateRef; _content: any; content: TemplateRef; _operations: any; operations: TemplateRef; _extra: any; extra: TemplateRef; _alerting: any; alerting: TemplateRef; }