import React from 'react';
import { InputProps } from '@bytedance/mona';
declare const Input: React.FC<InputProps>;
export default Input;
