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