import { GlobalProps } from '../../shared/global'; import { BaseCheckableProps } from '../../shared/input'; export interface SwitchProps extends GlobalProps, BaseCheckableProps { }