import { default as React, HTMLAttributes } from 'react';
export interface SearchTopProps extends HTMLAttributes {
/**
* ID to find this component in testing tools (e.g.: cypress, testing library, and jest).
*/
testId?: string;
/**
* Title attribute for the tag rendered by this component.
*/
title: string;
}
declare const SearchTop: React.ForwardRefExoticComponent>;
export default SearchTop;
//# sourceMappingURL=SearchTop.d.ts.map