import type { Attachment } from '@base/stores/agentChatStore';
interface ImageAttachmentProps {
    attachment: Attachment;
    focused?: boolean;
    onClick?: () => void;
}
export declare const ImageAttachment: ({ attachment, focused, onClick, }: ImageAttachmentProps) => import("react/jsx-runtime").JSX.Element;
export {};
