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