import { SearchButtonProps } from './types.js'; export declare const SearchButton: (props: SearchButtonProps) => import("react").JSX.Element;