export function SearchBox({ onChange, ...restProps }: { [x: string]: any; onChange: any; }): import("react/jsx-runtime").JSX.Element;