import { default as TabNav } from './tab-nav.vue';
import { ComponentPublicInstance } from 'vue';
export { TabNav };
export { tabNavProps } from './props';
export type TabNavExposed = ComponentPublicInstance & InstanceType<typeof TabNav>;
export type { TabNavProps, TabNavCProps } from './props';
export type { TabNavAlign, TabNavPlacement, TabNavOptions, TabNavSlots } from './symbol';
