import { IFormControl } from '../../form-control';

interface IColorPickerComponent extends IFormControl<string> {}

export { IColorPickerComponent };
