export declare class Iframe { path: string; loaded: boolean; iframeUrl: string; queryParams: string; componentDidLoad(): void; render(): any; }