import { ComponentType } from "react"; import { IIframe } from "./types"; declare const Iframe: ComponentType; export default Iframe; //# sourceMappingURL=iframe.d.ts.map