/// /** * Radios are used when only one choice may be selected in a series of options. * Native HTML radios are 100% accessible by default, so we used a very common CSS technique to style the radio. * https://chakra-ui.com/docs/form/radio */ export declare function Radio({ ...props }: any): JSX.Element; export declare function RadioGroup({ ...props }: any): JSX.Element; //# sourceMappingURL=Radio.d.ts.map