import { ToggleColors } from '../constants'; interface RadioOption { additionalData?: string; description?: string; disabled?: boolean; label: string; value: string; } interface Props { autofocus?: boolean; color?: ToggleColors; groupName?: string; modelValue: string; options: RadioOption[]; } declare const __VLS_export: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { color: ToggleColors; autofocus: boolean; groupName: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CpRadio.vue.d.ts.map