import React from 'react'; interface IProps { style?: React.CSSProperties; pageKey: string; meta: { [x: string]: any; }; iframeKey: string; } declare function _Iframe(props: IProps): JSX.Element; export declare const Iframe: typeof _Iframe; export {};