import * as _nextui_org_system from '@nextui-org/system'; import { HTMLNextUIProps } from '@nextui-org/system'; interface NavbarBrandProps extends HTMLNextUIProps<"div"> { children?: React.ReactNode | React.ReactNode[]; } declare const NavbarBrand: _nextui_org_system.InternalForwardRefRenderFunction<"div", NavbarBrandProps, never>; export { NavbarBrandProps, NavbarBrand as default };