export declare const ZButton: import("atomico/types/dom").Atomico<{ props: { size: { type: StringConstructor; reflect: boolean; }; kind: { type: StringConstructor; reflect: boolean; }; accent: { type: StringConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; isLoading: { type: BooleanConstructor; reflect: boolean; }; isFullWidth: { type: BooleanConstructor; reflect: boolean; }; label: StringConstructor; type: StringConstructor; }; styles: CSSStyleSheet; }>;