import { OnDestroy, QueryList, AfterContentInit, ElementRef } from '@angular/core'; export declare class SSRSViewerParameter { parameterName: string; value: string; } export declare class SSRSViewerParameterComponent { private parent; constructor(parent: SSRSViewerComponent); private _parameterName; private _value; parameterName: string; value: string; } export declare class SSRSViewerComponent implements AfterContentInit, OnDestroy { private hostElement; style: any; name: string; visible: boolean; useProxy: boolean; localServer: string; reportServer: string; reportName: string; constructor(hostElement: ElementRef); private iframe; reportUrl: string; parameters: SSRSViewerParameter[]; children: QueryList; private subscription; ngAfterContentInit(): void; ngOnChanges(): void; ngOnDestroy(): void; load(): void; setReportUrl(): void; } export declare class SSRSViewerModule { }