import { default as React, HTMLAttributes } from 'react'; export interface NavbarHeaderProps extends HTMLAttributes { /** * ID to find this component in testing tools (e.g.: Cypress, Testing Library, and Jest). */ testId?: string; } declare const NavbarHeader: React.ForwardRefExoticComponent>; export default NavbarHeader; //# sourceMappingURL=NavbarHeader.d.ts.map