import { BasePropsType, BaseFormItemTypeWithOutFocus } from '../_internal'; export interface SwitchPropsType extends BasePropsType, BaseFormItemTypeWithOutFocus { value?: string; checked?: boolean; defaultChecked?: boolean; }