export { ColorPickerComponent } from './src/components';
export { ColorPickerConfiguration } from './src/models';
export { IColorPickerConfiguration } from './src/interfaces';
export { ColorPickerModule } from './src/color-picker.module';
