import { ICheckableFormControl } from '../../form-control'; interface ISwitchComponent extends ICheckableFormControl {} export { ISwitchComponent };