import type { SFCWithInstall } from '../utils/types';
import ColorPicker from './src/index.vue';
declare const _ColorPicker: SFCWithInstall<typeof ColorPicker>;
export default _ColorPicker;
