import type { DropdownFieldProps } from "../types/fields"; export declare function DropdownField({ id, label, placeholder, description, required, options, value, onChange, animationIndex, disabled, }: DropdownFieldProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DropdownField.d.ts.map