import { IFrameProps } from '../../@types';
import { FunctionComponent } from 'react';
declare const IFrame: FunctionComponent<IFrameProps>;
export default IFrame;
