import type { FunctionComponent, Ref } from 'react'; declare const Iframe: FunctionComponent<{ iframeRef?: Ref; [key: string]: unknown; }>; export default Iframe; //# sourceMappingURL=Iframe.d.ts.map