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