///
import type { ProFormColorPickerProps } from '@ant-design/pro-form/lib/components/ColorPicker';
import type { CreateSuperFormItemProps } from '../createSuperFormItem';
export declare type SuperColorProps = CreateSuperFormItemProps;
export declare const SuperColor: import("react").FC>>;
export default SuperColor;