import React from 'react';
import { TextFieldProps } from '@mui/material';
export type Props = TextFieldProps;
declare const OnSearchField: React.FC<Props>;
export default OnSearchField;
