///
import { TextFieldProps } from '@mui/material/TextField';
import { InputProps } from '../../features/core';
declare const SearchInput: (props: SearchInputProps) => JSX.Element;
export declare type SearchInputProps = InputProps & Omit;
export default SearchInput;