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