/// interface Props { onSearch?: () => void; } export default function SearchQueryButton({ onSearch }: Props): JSX.Element; export {};