import React from 'react'; export declare const Input: ({ value: inputValue, options, type, input, config, config_name, className, invalidFieldClassName, errorMessageClassName, meta: { touched, error, warning }, ...componentProps }: any | { meta: any; }) => React.JSX.Element; export default Input; //# sourceMappingURL=index.d.ts.map