import { default as TabNavigationPanel } from './tab-navigation-panel.vue'; export interface TabNavigationPanelProps { position: number; } export type TabNavigationPanelInstance = InstanceType;