import type { RGBA } from './type';
export declare const colorPickerPanelEmits: {
readonly 'update:modelValue': (value: string) => boolean;
readonly change: (value: string) => boolean;
readonly 'active-change': (value: string) => boolean;
readonly 'update:rgba': (rgba: RGBA) => boolean;
};