import ColorPicker from './src/color-picker.vue'; export declare const YhColorPicker: any; export default YhColorPicker; export * from './src/color-picker'; export type ColorPickerInstance = InstanceType; export type YhColorPickerInstance = ColorPickerInstance; export type YhColorPickerProps = import('./src/color-picker').ColorPickerProps; export type YhColorPickerEmits = import('./src/color-picker').ColorPickerEmits; export type YhColorPickerSlots = import('./src/color-picker').ColorPickerSlots; export type YhColorPickerExpose = import('./src/color-picker').ColorPickerExpose;