export default function Search(props: { defaultValue: string | null }) { return (
); }