import React from 'react'; import { RadioProps } from './interfaces.js'; declare function InternalRadio({ children, ref, ...restProps }: RadioProps & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element; declare const Radio: typeof InternalRadio; declare const _default: typeof Radio; export default _default;