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 MeProgressBar: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< Props> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {
        size: number;
        type: "line" | "circle";
        text: string;
        width: string;
        activeColor: string;
        textColor: string;
        textShow: boolean;
        borderRadius: string;
        backgorund: string;
        padding: string;
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly< Props> & Readonly<{}>, {}, {}, {}, {}, {
        size: number;
        type: "line" | "circle";
        text: string;
        width: string;
        activeColor: string;
        textColor: string;
        textShow: boolean;
        borderRadius: string;
        backgorund: string;
        padding: string;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly< Props> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
    size: number;
    type: "line" | "circle";
    text: string;
    width: string;
    activeColor: string;
    textColor: string;
    textShow: boolean;
    borderRadius: string;
    backgorund: string;
    padding: string;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;
