import { PropsWithChildren } from 'react'; import { RadioProps } from './interface'; declare function Radio(baseProps: PropsWithChildren): JSX.Element; declare namespace Radio { var __BYTE_RADIO: boolean; var displayName: string; var Group: typeof import("./group").default; } export default Radio; export { RadioProps };