import React, { ReactNode } from 'react'; export declare type TNavbarText = { children?: ReactNode; className?: string; custom?: boolean; tag?: any; }; export declare const NavbarText: React.ForwardRefExoticComponent>; export default NavbarText;