export declare const ZColorPicker: import("atomico/types/dom").Atomico<{ props: { value: { type: StringConstructor; reflect: boolean; }; label: StringConstructor; presets: { type: ArrayConstructor; }; accent: { type: StringConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; change: import("atomico").EventProp<{ value: string; }>; }; styles: CSSStyleSheet; }>;