import Radio from "./Radio"

export type { IRadioProps } from "./Radio"
export type { IRadioGroupProps } from "./Group"

export default Radio
