import type { FC } from 'react'; import type { RangeInputProps } from '@/inputs/RangeInput/type'; declare const RangeInput: FC; export default RangeInput;