export type IProps = Omit; declare const Radiobutton: (props: IProps) => import("react/jsx-runtime").JSX.Element; export default Radiobutton;