import { type PropType } from "vue";
import type { ScopedTab } from "../slds-scoped-tabs/scoped-tab";
declare const _default: import("vue").DefineComponent<{
    active: StringConstructor;
    large: BooleanConstructor;
    medium: BooleanConstructor;
    noContent: BooleanConstructor;
    scopedTabs: {
        type: PropType<ScopedTab[]>;
        default: () => ScopedTab[];
    };
}, unknown, unknown, {
    /**
     * The CSS class names for the tabs.
     */
    tabsClassNames(): string;
}, {
    handleClickTab(scopedTabName: string): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    active: StringConstructor;
    large: BooleanConstructor;
    medium: BooleanConstructor;
    noContent: BooleanConstructor;
    scopedTabs: {
        type: PropType<ScopedTab[]>;
        default: () => ScopedTab[];
    };
}>>, {
    large: boolean;
    medium: boolean;
    noContent: boolean;
    scopedTabs: ScopedTab[];
}, {}>;
export default _default;
