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