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