import type { StringFormField } from '@douglasneuroinformatics/libui-form-types'; import type { BaseFieldComponentProps } from '../types.ts'; export type StringFieldInputProps = BaseFieldComponentProps & Extract; export declare const StringFieldInput: ({ description, disabled, error, label, name, placeholder, readOnly, setValue, value }: StringFieldInputProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=StringFieldInput.d.ts.map