import { TdRadioGroupProps } from '../radio/type'; import { PropType } from 'vue'; declare const _default: { allowUncheck: BooleanConstructor; disabled: { type: BooleanConstructor; default: any; }; name: { type: StringConstructor; default: string; }; options: { type: PropType; }; size: { type: PropType; default: import("..").SizeEnum; validator(val: TdRadioGroupProps['size']): boolean; }; value: { type: PropType; }; defaultValue: { type: PropType; }; variant: { type: PropType<"outline" | "primary-filled" | "default-filled">; default: "outline" | "primary-filled" | "default-filled"; validator(val: TdRadioGroupProps['variant']): boolean; }; onChange: PropType<(value: import("../radio/type").RadioValue, context: { e: Event; }) => void>; }; export default _default;