import { PlateEditor, PlatePlugin } from '@udecode/plate-common'; import React from 'react'; export declare const iframePlugin: () => PlatePlugin; interface IIframeButton { editor: PlateEditor; } export declare function IframeButton({ editor }: IIframeButton): React.JSX.Element; export {}; //# sourceMappingURL=iframePlugin.d.ts.map