/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */
import { type SlotsType } from 'vue';
import { type TNavigationTabSlots } from './navigation-tab.definition';
export declare const NavigationTab: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    readonly label: {
        readonly type: import("vue").PropType<string>;
        readonly default: "Unnamed Tab";
    };
    readonly hideInactiveLabel: {
        readonly type: import("vue").PropType<boolean>;
        readonly default: false;
    };
}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "tab-click"[], "tab-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    readonly label: {
        readonly type: import("vue").PropType<string>;
        readonly default: "Unnamed Tab";
    };
    readonly hideInactiveLabel: {
        readonly type: import("vue").PropType<boolean>;
        readonly default: false;
    };
}>> & Readonly<{
    "onTab-click"?: ((...args: any[]) => any) | undefined;
}>, {
    readonly label: string;
    readonly hideInactiveLabel: boolean;
}, SlotsType<TNavigationTabSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=navigation-tab.d.ts.map