import { ColorsPickerProps, ColorsPickerType } from '../interface'; export default function useColorsPicker(props: ColorsPickerProps): ColorsPickerProps;