import * as React from "react"; import { AutoFormFieldBaseProps, InstillCredentialMap, InstillFormTree } from "../../types"; export declare const SingleSelectField: ({ tree, form, path, title, options, description, shortDescription, disabled, size, isHidden, instillCredentialMap, updateSupportInstillCredit, updateForceCloseCollapsibleFormGroups, updateForceOpenCollapsibleFormGroups, updateIsUsingInstillCredit, isRequired, }: { tree: InstillFormTree; options: string[]; shortDescription?: string; disabled?: boolean; instillCredentialMap?: InstillCredentialMap; updateSupportInstillCredit?: React.Dispatch>; updateIsUsingInstillCredit?: React.Dispatch>; updateForceCloseCollapsibleFormGroups?: React.Dispatch>; updateForceOpenCollapsibleFormGroups?: React.Dispatch>; } & AutoFormFieldBaseProps) => import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=SingleSelectField.d.ts.map