import { IGenericFieldProps } from ".."; import { IRangeSelectSchema } from "./types"; export declare const RangeSelect: (props: IGenericFieldProps) => import("react/jsx-runtime").JSX.Element;