import { DatePickerProps } from 'antd/es/date-picker'; import { FC, IglooComponentProps } from '../types'; import './style'; type Props = DatePickerProps & IglooComponentProps; declare const IglooBuddhistDatePicker: FC; export default IglooBuddhistDatePicker;