import { AttachmentProps } from './types'; export * from './types'; export { detectFileType, getFileTypeIcon, downloadFile } from './utils'; export declare const Attachment: { ({ file, progress, error, isUploading, isDeleting, hasDeleteError, onDelete, isDownloadable, onDownload, isDisabled, variant, data, }: AttachmentProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; //# sourceMappingURL=index.d.ts.map