import { AggregationColor } from "../color.js"; import * as vue640 from "vue"; //#region src/color-picker/components/ColorHexInput.d.ts interface ColorHexInputProps { prefixCls: string; value?: AggregationColor; onChange?: (value: AggregationColor) => void; } declare const _default: vue640.DefineSetupFnComponent; //#endregion export { ColorHexInputProps, _default as default };