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