import React from 'react'; import { PlateElementProps } from '@udecode/plate-common'; export declare const AttachmentBlock: ({ children, ...props }: PlateElementProps) => React.JSX.Element; //# sourceMappingURL=AttachmentBlock.d.ts.map