import { ColorPickerProps } from '../components/color-picker-v3/src/props'; export declare function useInitColorPicker(props: ColorPickerProps): { pureColor: string; gradientColor: string; last: string; };