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