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