import { PendingUploadAttachment } from './types'; interface PendingAttachmentsBarProps { attachments: PendingUploadAttachment[]; onRemove: (fileId: string) => void; } export declare function PendingAttachmentsBar({ attachments, onRemove }: PendingAttachmentsBarProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=PendingAttachmentsBar.d.ts.map