import { CreateComponentPublicInstanceWithMixins, ComponentOptionsMixin, PublicProps, GlobalComponents, GlobalDirectives, ComponentProvideOptions, ComponentOptionsBase, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
import { Props, ListItem } from './types';
import { InstallRecord, NameRecord } from '../types';
export declare const MeTabBar: {
    new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly< Props> & Readonly<{
        onChange?: ((item: ListItem) => any) | undefined;
    }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
        change: (item: ListItem) => any;
    }, PublicProps, {
        color: string;
        background: string;
        borderColor: string;
        colorSelected: string;
    }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly< Props> & Readonly<{
        onChange?: ((item: ListItem) => any) | undefined;
    }>, {}, {}, {}, {}, {
        color: string;
        background: string;
        borderColor: string;
        colorSelected: string;
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & ComponentOptionsBase<Readonly< Props> & Readonly<{
    onChange?: ((item: ListItem) => any) | undefined;
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
    change: (item: ListItem) => any;
}, string, {
    color: string;
    background: string;
    borderColor: string;
    colorSelected: string;
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & InstallRecord & NameRecord;
