import React from 'react'; import { type SpiritFileUploaderAttachmentProps } from '../../types'; declare const FileUploaderAttachment: { (props: SpiritFileUploaderAttachmentProps): React.JSX.Element; spiritComponent: string; }; export default FileUploaderAttachment;