import * as vue from 'vue'; import { ComponentPropsOptions, ExtractPropTypes, JSXComponent, PropType, WritableComputedRef, Ref, CSSProperties, VNode } from 'vue'; interface FilterPropsOptions, Props = ExtractPropTypes> { filterProps, U extends Exclude>>(props: T): Partial>; } declare function deepEqual(a: any, b: any): boolean; type Density = null | 'default' | 'comfortable' | 'compact'; type IconValue = string | (string | [path: string, opacity: number])[] | JSXComponent; declare const IconValue: PropType; type SelectionControlSlot = { model: WritableComputedRef; textColorClasses: Ref; textColorStyles: Ref; backgroundColorClasses: Ref; backgroundColorStyles: Ref; inputNode: VNode; icon: IconValue | undefined; props: { onBlur: (e: Event) => void; onFocus: (e: FocusEvent) => void; id: string; }; }; declare const VRadio: { new (...args: any[]): vue.CreateComponentPublicInstance<{ inline: boolean; error: boolean; style: vue.StyleValue; disabled: boolean | null; multiple: boolean | null; readonly: boolean | null; density: Density; ripple: boolean; falseIcon: NonNullable; trueIcon: NonNullable; valueComparator: typeof deepEqual; } & { type?: string | undefined; id?: string | undefined; name?: string | undefined; color?: string | undefined; value?: any; label?: string | undefined; class?: any; theme?: string | undefined; modelValue?: any; defaultsTarget?: string | undefined; baseColor?: string | undefined; trueValue?: any; falseValue?: any; } & { $children?: vue.VNodeChild | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | { default?: ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; label?: ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; }; 'v-slots'?: { default?: false | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; label?: false | ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; } | undefined; } & { "v-slot:default"?: false | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; "v-slot:label"?: false | ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record, vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & { inline: boolean; error: boolean; style: vue.StyleValue; disabled: boolean | null; multiple: boolean | null; readonly: boolean | null; density: Density; ripple: boolean; falseIcon: NonNullable; trueIcon: NonNullable; valueComparator: typeof deepEqual; } & { type?: string | undefined; id?: string | undefined; name?: string | undefined; color?: string | undefined; value?: any; label?: string | undefined; class?: any; theme?: string | undefined; modelValue?: any; defaultsTarget?: string | undefined; baseColor?: string | undefined; trueValue?: any; falseValue?: any; } & { $children?: vue.VNodeChild | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | { default?: ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; label?: ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; }; 'v-slots'?: { default?: false | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; label?: false | ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; } | undefined; } & { "v-slot:default"?: false | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; "v-slot:label"?: false | ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; }, { inline: boolean; error: boolean; style: vue.StyleValue; disabled: boolean | null; multiple: boolean | null; readonly: boolean | null; density: Density; ripple: boolean; falseIcon: NonNullable; trueIcon: NonNullable; valueComparator: typeof deepEqual; }, true, {}, vue.SlotsType; backgroundColorStyles: vue.Ref; }) => vue.VNode[]; label: (arg: { label: string | undefined; props: Record; }) => vue.VNode[]; input: (arg: SelectionControlSlot) => vue.VNode[]; }>>, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, { inline: boolean; error: boolean; style: vue.StyleValue; disabled: boolean | null; multiple: boolean | null; readonly: boolean | null; density: Density; ripple: boolean; falseIcon: NonNullable; trueIcon: NonNullable; valueComparator: typeof deepEqual; } & { type?: string | undefined; id?: string | undefined; name?: string | undefined; color?: string | undefined; value?: any; label?: string | undefined; class?: any; theme?: string | undefined; modelValue?: any; defaultsTarget?: string | undefined; baseColor?: string | undefined; trueValue?: any; falseValue?: any; } & { $children?: vue.VNodeChild | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | { default?: ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; label?: ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; }; 'v-slots'?: { default?: false | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; label?: false | ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; } | undefined; } & { "v-slot:default"?: false | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; "v-slot:label"?: false | ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; }, {}, {}, {}, {}, { inline: boolean; error: boolean; style: vue.StyleValue; disabled: boolean | null; multiple: boolean | null; readonly: boolean | null; density: Density; ripple: boolean; falseIcon: NonNullable; trueIcon: NonNullable; valueComparator: typeof deepEqual; }>; __isFragment?: undefined; __isTeleport?: undefined; __isSuspense?: undefined; } & vue.ComponentOptionsBase<{ inline: boolean; error: boolean; style: vue.StyleValue; disabled: boolean | null; multiple: boolean | null; readonly: boolean | null; density: Density; ripple: boolean; falseIcon: NonNullable; trueIcon: NonNullable; valueComparator: typeof deepEqual; } & { type?: string | undefined; id?: string | undefined; name?: string | undefined; color?: string | undefined; value?: any; label?: string | undefined; class?: any; theme?: string | undefined; modelValue?: any; defaultsTarget?: string | undefined; baseColor?: string | undefined; trueValue?: any; falseValue?: any; } & { $children?: vue.VNodeChild | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | { default?: ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; label?: ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; input?: ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; }; 'v-slots'?: { default?: false | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; label?: false | ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; input?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; } | undefined; } & { "v-slot:default"?: false | ((arg: { backgroundColorClasses: vue.Ref; backgroundColorStyles: vue.Ref; }) => vue.VNodeChild) | undefined; "v-slot:label"?: false | ((arg: { label: string | undefined; props: Record; }) => vue.VNodeChild) | undefined; "v-slot:input"?: false | ((arg: SelectionControlSlot) => vue.VNodeChild) | undefined; }, {}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, Record, string, { inline: boolean; error: boolean; style: vue.StyleValue; disabled: boolean | null; multiple: boolean | null; readonly: boolean | null; density: Density; ripple: boolean; falseIcon: NonNullable; trueIcon: NonNullable; valueComparator: typeof deepEqual; }, {}, string, vue.SlotsType; backgroundColorStyles: vue.Ref; }) => vue.VNode[]; label: (arg: { label: string | undefined; props: Record; }) => vue.VNode[]; input: (arg: SelectionControlSlot) => vue.VNode[]; }>>> & vue.VNodeProps & vue.AllowedComponentProps & vue.ComponentCustomProps & FilterPropsOptions<{ theme: StringConstructor; density: { type: vue.PropType; default: string; validator: (v: any) => boolean; }; class: vue.PropType; style: { type: vue.PropType; default: null; }; color: StringConstructor; disabled: { type: vue.PropType; default: null; }; defaultsTarget: StringConstructor; error: BooleanConstructor; id: StringConstructor; inline: BooleanConstructor; falseIcon: { type: vue.PropType>; default: NonNullable; }; trueIcon: { type: vue.PropType>; default: NonNullable; }; ripple: { type: BooleanConstructor; default: boolean; }; multiple: { type: vue.PropType; default: null; }; name: StringConstructor; readonly: { type: vue.PropType; default: null; }; modelValue: null; type: StringConstructor; valueComparator: { type: vue.PropType; default: typeof deepEqual; }; label: StringConstructor; baseColor: StringConstructor; trueValue: null; falseValue: null; value: null; }, vue.ExtractPropTypes<{ theme: StringConstructor; density: { type: vue.PropType; default: string; validator: (v: any) => boolean; }; class: vue.PropType; style: { type: vue.PropType; default: null; }; color: StringConstructor; disabled: { type: vue.PropType; default: null; }; defaultsTarget: StringConstructor; error: BooleanConstructor; id: StringConstructor; inline: BooleanConstructor; falseIcon: { type: vue.PropType>; default: NonNullable; }; trueIcon: { type: vue.PropType>; default: NonNullable; }; ripple: { type: BooleanConstructor; default: boolean; }; multiple: { type: vue.PropType; default: null; }; name: StringConstructor; readonly: { type: vue.PropType; default: null; }; modelValue: null; type: StringConstructor; valueComparator: { type: vue.PropType; default: typeof deepEqual; }; label: StringConstructor; baseColor: StringConstructor; trueValue: null; falseValue: null; value: null; }>>; type VRadio = InstanceType; export { VRadio };