/// interface IProps { url: string; offset?: number; } declare function _PageIframe(props: IProps): JSX.Element; export declare const PageIframe: typeof _PageIframe; export {};