import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props } from './types';
import { InstallRecord, NameRecord } from '../types';
export declare const MeRate: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<{
        modelValue?: number;
    } & Props> & Readonly<{
        onChange?: (() => any) | undefined;
        "onUpdate:modelValue"?: ((value: number) => any) | undefined;
    }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
        "update:modelValue": (value: number) => any;
    } & {
        change: () => any;
    }, PublicProps, {
        size: string;
        color: string;
        disabled: boolean;
        icon: string;
        readonly: boolean;
        iconSelect: string;
        count: number;
        tips: string[];
        tipsColor: string;
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<{
        modelValue?: number;
    } & Props> & Readonly<{
        onChange?: (() => any) | undefined;
        "onUpdate:modelValue"?: ((value: number) => any) | undefined;
    }>, {}, {}, {}, {}, {
        size: string;
        color: string;
        disabled: boolean;
        icon: string;
        readonly: boolean;
        iconSelect: string;
        count: number;
        tips: string[];
        tipsColor: string;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly<{
    modelValue?: number;
} & Props> & Readonly<{
    onChange?: (() => any) | undefined;
    "onUpdate:modelValue"?: ((value: number) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
    "update:modelValue": (value: number) => any;
} & {
    change: () => any;
}, string, {
    size: string;
    color: string;
    disabled: boolean;
    icon: string;
    readonly: boolean;
    iconSelect: string;
    count: number;
    tips: string[];
    tipsColor: string;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;
