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