import ColorPickerPanel from './src/color-picker-panel.vue';
import type { SFCWithInstall } from 'element-plus/es/utils';
export declare const ElColorPickerPanel: SFCWithInstall<typeof ColorPickerPanel>;
export default ElColorPickerPanel;
export * from './src/color-picker-panel';