import { IFormControl } from '../../form-control'; interface IColorPickerComponent extends IFormControl { } export { IColorPickerComponent };