/// import { IAutoCompleteProps } from "./models"; declare function BaseAutoComplete({ options, label, formik, inputName, optionKey, optionValue, loading, isMultiple, hint, onAddNewValue, className, handleChange, errorText, value, ...props }: IAutoCompleteProps): JSX.Element; export default BaseAutoComplete;