export declare const Iframe: {
    ({ children }: React.PropsWithChildren): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
