export declare const ZProgress: import("atomico/types/dom").Atomico<{ props: { value: { type: NumberConstructor; reflect: boolean; }; max: { type: NumberConstructor; reflect: boolean; }; accent: { type: StringConstructor; reflect: boolean; }; size: { type: StringConstructor; reflect: boolean; }; isIndeterminate: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; }; styles: CSSStyleSheet; }>;