import * as React from 'react'; import { AnyObject, PlatePluginComponent } from '@udecode/plate-common'; import { TIframeElement } from './types'; export declare const IframeBlock: PlatePluginComponent<{ attributes: AnyObject; children: React.ReactNode; element: TIframeElement; }>; //# sourceMappingURL=IframeBlock.d.ts.map