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