type IframeProps = {
    children: JSX.Element;
};
export declare const Iframe: ({ children }: IframeProps) => import("react/jsx-runtime").JSX.Element;
export {};
