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