import { FC } from 'react'; import { InputProps } from '@tarojs/components/types/Input'; declare const Input: FC; export default Input;