import type { SFCWithInstall } from '../types';
import navbar from './index.vue';
declare const NavBar: SFCWithInstall<typeof navbar>;
declare const TrsNavBar: SFCWithInstall<typeof navbar>;
export { NavBar, TrsNavBar };
