import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props } from './types';
import { DefaultSlots, InstallRecord, NameRecord } from '../types';
export declare const MeRadioGroup: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
        modelValue?: string | number;
    } & Props> & Readonly<{
        onChange?: ((name: string | number) => any) | undefined;
        "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
    }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        "update:modelValue": (value: string | number) => any;
    } & {
        change: (name: string | number) => any;
    }, PublicProps, {
        direction: "vertical" | "horizontal";
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<{
        modelValue?: string | number;
    } & Props> & Readonly<{
        onChange?: ((name: string | number) => any) | undefined;
        "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
    }>, {}, {}, {}, {}, {
        direction: "vertical" | "horizontal";
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
    modelValue?: string | number;
} & Props> & Readonly<{
    onChange?: ((name: string | number) => any) | undefined;
    "onUpdate:modelValue"?: ((value: string | number) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
    "update:modelValue": (value: string | number) => any;
} & {
    change: (name: string | number) => any;
}, string, {
    direction: "vertical" | "horizontal";
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
    $slots: Readonly< DefaultSlots> & DefaultSlots;
}) & InstallRecord & NameRecord;
