declare const _default: import("vue").DefineComponent<{
    name: string;
    disabled: boolean;
    icon: string;
    isActive: boolean;
    value: string;
    show: boolean;
    index: number;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("mounted" | "active")[], "mounted" | "active", import("vue").PublicProps, Readonly<{
    name: string;
    disabled: boolean;
    icon: string;
    isActive: boolean;
    value: string;
    show: boolean;
    index: number;
}> & Readonly<{
    onMounted?: ((...args: any[]) => any) | undefined;
    onActive?: ((...args: any[]) => any) | undefined;
}>, {
    name: string;
    disabled: boolean;
    icon: string;
    isActive: boolean;
    value: string;
    show: boolean;
    index: number;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;
