import { type EnhancedComponent } from '../../utils'; import _ColorPickerInput from './color-picker-input.vue'; export declare const ColorPickerInput: EnhancedComponent; export default ColorPickerInput; export type { ColorPickerInputProps, ColorPickerInputSlots, ColorPickerInputEmits, ColorPickerInputExpose, } from './common';