import type { FC } from 'react';
import './index.less';
declare const Input1: FC<any>;
export default Input1;
