import type { SingleSelectFieldProps } from "../types/fields"; export declare function SingleSelectField({ options, value, onChange, ariaLabel, disabled, }: SingleSelectFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SingleSelectField.d.ts.map