import XRadioTypes from './XRadio.types'; declare const XRadio: ({ name, value, children, checked, onClick }: XRadioTypes) => import("react/jsx-runtime").JSX.Element; export default XRadio;