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