import { TRangeProps } from '@/components/input/types/range-props.type';
export declare function RangeInc(props: TRangeProps): import("react/jsx-runtime").JSX.Element;
