import { IFrameProps } from '@graphcms/rich-text-types'; export declare function IFrame({ url }: Partial): JSX.Element;