export declare const ZAttachmentChip: import("atomico/types/dom").Atomico<{ props: { name: { type: StringConstructor; reflect: boolean; }; size: { type: StringConstructor; reflect: boolean; }; type: { type: StringConstructor; reflect: boolean; }; thumbnail: { type: StringConstructor; reflect: boolean; }; value: { type: StringConstructor; reflect: boolean; }; progress: { type: NumberConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; remove: import("atomico").EventProp<{ value?: string; }>; }; styles: CSSStyleSheet; }>;