import { CSSProperties, ReactElement } from 'react'; import { Input as BaseInput } from '../../../../input'; import { Config } from './config'; interface RenderProps extends Omit, Omit, "value"> { className?: string; style?: CSSProperties; } export declare const Setpoint: ({ orientation, className, style, units, color, onChange, size, disabled, }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map