import { Color } from '../utils/color'; declare const _default: import("vue").DefineComponent<{ color: import("vue-types").VueTypeDef; }, { palettes: string[][]; computedBgStyle: (color: string) => "transparent" | { background?: undefined; } | { background: string; }; onColorChange: (color: string) => void; onColorPre: (color: string) => void; onResetChange: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "change"[], "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; }>> & { onChange?: ((...args: any[]) => any) | undefined; }, {}>; export default _default;