/// <reference types="react" />
import { FormContextType, FormControlType } from "../types/common-form-components-types";
export declare const OptionsBuilder: (props: FormControlType & FormContextType) => JSX.Element;
