import type { AttachmentNode } from '@prezly/slate-types'; import React from 'react'; interface Props { element: AttachmentNode; } export declare function FileAttachment({ element }: Props): React.JSX.Element; export {};