import { type NavBrandProps as Props } from '.';
declare const NavBrand: import("svelte").Component<Props, {}, "">;
type NavBrand = ReturnType<typeof NavBrand>;
export default NavBrand;
