///
import type { ProFormSwitchProps } from '@ant-design/pro-form/lib/components/Switch';
import type { CreateSuperFormItemProps } from '../createSuperFormItem';
export declare type SuperSwitchProps = CreateSuperFormItemProps;
export declare const SuperSwitch: import("react").FC>>;
export default SuperSwitch;