import { CheckboxEmits, CheckboxSlots } from "../checkbox/Checkbox.js"; import { CheckboxOptionType } from "../checkbox/Group.js"; import "../checkbox/index.js"; import { RadioChangeEvent, RadioEmits, RadioGroupEmits, RadioGroupOptionType, RadioGroupSlots, RadioSlots } from "./interface.js"; import { InternalRadioButtonProps } from "./radioButton.js"; import "../index.js"; import { InternalRadioGroupProps } from "./group.js"; import InternalRadio, { InternalRadioProps } from "./radio.js"; import * as vue697 from "vue"; //#region src/radio/index.d.ts type RadioGroupProps = InternalRadioGroupProps; type RadioProps = InternalRadioProps; type RadioOptionType = CheckboxOptionType; declare const RadioGroup: vue697.DefineSetupFnComponent, InternalRadioGroupProps, vue697.PublicProps>; declare const RadioButton: vue697.DefineSetupFnComponent, InternalRadioButtonProps, vue697.PublicProps>; //#endregion export { RadioButton, type RadioChangeEvent, type RadioEmits, RadioGroup, type RadioGroupEmits, type RadioGroupOptionType, RadioGroupProps, type RadioGroupSlots, RadioOptionType, RadioProps, type RadioSlots, InternalRadio as default };