import { EventEmitter, ElementRef, AfterContentInit, Renderer2, OnDestroy } from '@angular/core'; import * as i0 from "@angular/core"; export declare class RowInfoComponent implements AfterContentInit, OnDestroy { private renderer2; componentID: string; onInit: EventEmitter; container: ElementRef; width: number; height: number; show: boolean; noAnimateOnFirstTime: boolean; constructor(renderer2: Renderer2); ngAfterContentInit(): void; private initComponent; setMargin(margin: number, isFirstTime?: boolean): void; hide(): void; setTop(top: number, isFirstTime?: boolean): void; reInit(top: number): void; setHeight(h: number): void; onClick(event: any): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=row-info.component.d.ts.map