/// import type { ProFormCheckboxGroupProps } from '@ant-design/pro-form/lib/components/Checkbox'; import type { CreateSuperFormItemWithOptionsProps } from '../createSuperFormItem'; export declare type SuperCheckboxGroupProps = CreateSuperFormItemWithOptionsProps; export declare const SuperCheckboxGroup: import("react").FC>>>; export default SuperCheckboxGroup;