import * as React from "react"; import type { FormElementProps } from "../.."; import type { defs } from "../../activities/forms/FormRenderer"; /** * The component for the "Drop Down List" Form Element. */ declare const DropDownList: React.ForwardRefExoticComponent & React.RefAttributes>; export default DropDownList;