import { ComponentProps } from '../internals/utils'; export type NavbarBrandProps = ComponentProps; declare const NavbarBrand: import("../internals/types").InternalRefForwardingComponent<"a", Partial, never> & Record; export default NavbarBrand;