import { FormItemProps } from '../FormItem/props'; import { ISwitchProps } from '../../Switch/props'; export interface FormSwitchProps extends Omit, FormItemProps { switchClassName: string; switchStyle: string; } export declare const FormSwitchDefaultProps: Partial;