import * as React from 'react'; import type { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers'; export interface NavbarTextProps extends BsPrefixProps, React.HTMLAttributes { } declare const NavbarText: BsPrefixRefForwardingComponent<'span', NavbarTextProps>; export default NavbarText;