export declare const ZFileAttachment: import("atomico/types/dom").Atomico<{ props: { name: { type: StringConstructor; reflect: boolean; }; size: { type: StringConstructor; reflect: boolean; }; type: { type: StringConstructor; reflect: boolean; }; href: { type: StringConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;