import { AfterViewInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core'; import { WrapGridConfig } from './wrap-grid-config'; export declare class NgxAnimateCssGridDirective implements AfterViewInit, OnDestroy { private elementRef; ngxAnimateCssGrid: WrapGridConfig; onStart: EventEmitter; onEnd: EventEmitter; private gridWrapper; constructor(elementRef: ElementRef); ngAfterViewInit(): void; unwrapGrid(): void; forceGridAnimation(): void; ngOnDestroy(): void; }