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