import * as react_jsx_runtime from 'react/jsx-runtime'; import { FieldValues, UseControllerProps } from 'react-hook-form'; import { ColorPickerProps as ColorPickerProps$1 } from '@mantine/core'; type ColorPickerProps = UseControllerProps & Omit; declare function ColorPicker({ name, control, defaultValue, rules, shouldUnregister, onChange, ...props }: ColorPickerProps): react_jsx_runtime.JSX.Element; export { ColorPicker }; export type { ColorPickerProps };