import { DatePickerProps } from 'antd/lib'; import { FC } from 'react'; export declare const DatePopupClassName = "date-picker-popup-for-hack"; export interface OnChainDatepickerProps extends DatePickerProps { } declare const OnChainDatepicker: FC; export default OnChainDatepicker;