import type { SFCWithInstall } from '@interface-ui/utils'; import Radio from './src/index.vue'; export declare const InRadio: SFCWithInstall; export default InRadio; export * from './src/radio'; export type RadioInstance = InstanceType;