export interface Tab {
    name: string;
    label: string;
}
export interface Props {
    tabs: Tab[];
    selected?: string;
    srSelectTabLabel?: string;
    srTabsLabel?: string;
}
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    selectTab: (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
    onSelectTab?: ((...args: any[]) => any) | undefined;
}>, {
    selected: string;
    tabs: Tab[];
    srSelectTabLabel: string;
    srTabsLabel: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=NeTabs.vue.d.ts.map