import { AfterViewInit, ElementRef } from '@angular/core'; export declare class SimpleColumnComponent implements AfterViewInit { private _elementRef; constructor(_elementRef: ElementRef); ngAfterViewInit(): void; }