import { DynamicUiComponentProps } from '../DynamicUi';
export declare function RangeFormField({ formField, state }: DynamicUiComponentProps<number | null>): import("react/jsx-runtime").JSX.Element;
