export { KTColorPicker } from './color-picker';
export type {
	KTColorPickerConfigInterface,
	KTColorPickerInterface,
} from './types';

