import React from 'react'; import { InputProps } from './type'; declare const InputWithMode: React.FC; export default InputWithMode;