import React from 'react'; import { IIframeProps } from './types'; import './style.less'; declare const IFrame: (props: IIframeProps) => React.JSX.Element; export { IFrame };