import type { FunctionalComponent } from 'vue'; import type { CheckboxProps } from './interface'; declare const Radio: FunctionalComponent; export default Radio;