import { ViewContainerRef, ElementRef, OnInit } from '@angular/core'; export declare class GridResponsiveDirective implements OnInit { private _viewContainerRef; private el; onResize(event: any): void; setresize(event: any): void; ngOnInit(): void; elm: any; constructor(_viewContainerRef: ViewContainerRef, el: ElementRef); }