/// import type { ProFormItemProps } from '@ant-design/pro-form'; import type { MonthPickerProps } from 'antd/lib/date-picker'; import type { CreateSuperFormItemWithOptionsProps } from '../createSuperFormItem'; export declare type SuperMonthProps = CreateSuperFormItemWithOptionsProps>; export declare const SuperMonth: import("react").FC>>>; export default SuperMonth;