import { TRangeProps } from '@/components/input/types/range-props.type';
export declare function RangeMod({ min, max, step, value, onChange }: TRangeProps): import("react/jsx-runtime").JSX.Element;
