import { PromptAddon, PromptAddonType } from '../../../stores/slices/prompt-context.slice'; type AttachmentChipProps = { addon: Extract; }; export declare function AttachmentChip({ addon }: AttachmentChipProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=attachment-chip.d.ts.map