export declare const ZRadio: import("atomico/types/dom").Atomico<{ props: { isChecked: { type: BooleanConstructor; reflect: boolean; }; disabled: { type: BooleanConstructor; reflect: boolean; }; isHidden: { type: BooleanConstructor; reflect: boolean; }; accent: { type: StringConstructor; reflect: boolean; }; value: StringConstructor; select: import("atomico").EventProp<{ value?: string; }>; }; styles: CSSStyleSheet; }>;