import type { returnType } from '../../_utils'; import type { PropType, ExtractPropTypes } from 'vue'; import type { dkPlusSize } from '../../_interface'; export declare const dkRadioProps: { modelValue: returnType, string | null>; disabled: returnType; name: returnType, string | null>; label: returnType, string | null>; size: returnType, dkPlusSize | null>; checkedColor: { type: StringConstructor; default: () => string | null; }; uncheckedColor: { type: StringConstructor; default: () => string | null; }; border: returnType; }; export type DkRadioType = ExtractPropTypes;