/// import { type TextFieldProps } from '../../../lib/ui/TextField/TextField.js'; export declare function SearchTextField({ className, value, onChange, ...props }: TextFieldProps): JSX.Element;