import { default as React, HTMLAttributes } from 'react';
export interface NavbarButtonsProps extends HTMLAttributes {
/**
* ID to find this component in testing tools (e.g.: Cypress, Testing Library, and Jest).
*/
testId?: string;
/**
* Specifies whether the Search Input is expanded or not.
*/
searchExpanded: boolean;
}
declare const NavbarButtons: React.ForwardRefExoticComponent>;
export default NavbarButtons;
//# sourceMappingURL=NavbarButtons.d.ts.map