import { default as SidebarTitle } from './sidebar-title.vue'; export interface SidebarTitleProps { tag?: string; dataTest?: string; } export type SidebarTitleInstance = InstanceType;