import { EmptyEmit } from "../../_util/type.js"; import { AggregationColor } from "../color.js"; import { ColorFormatType, ColorPickerProps, ColorPickerSemanticClassNames, ColorPickerSemanticStyles } from "../interface.js"; import * as vue649 from "vue"; import { CSSProperties } from "vue"; //#region src/color-picker/components/ColorTrigger.d.ts interface ColorTriggerProps { prefixCls: string; disabled?: boolean; format?: ColorFormatType; color: AggregationColor; open?: boolean; showText?: ColorPickerProps['showText']; className?: string; style?: CSSProperties; activeIndex: number; classes: ColorPickerSemanticClassNames; styles: ColorPickerSemanticStyles; } declare const _default: vue649.DefineSetupFnComponent; //#endregion export { ColorTriggerProps, _default as default };