import { InputProps } from 'antd/es/input'; import { FC, IglooComponentProps } from '../../types'; import '../style/index'; type Props = InputProps & IglooComponentProps; declare const BasicInput: FC; export default BasicInput;