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