import type { StringFieldInputProps } from './StringFieldInput.tsx'; import type { StringFieldPasswordProps } from './StringFieldPassword.tsx'; import type { StringFieldRadioProps } from './StringFieldRadio.tsx'; import type { StringFieldTextAreaProps } from './StringFieldTextArea.tsx'; export type StringFieldProps = StringFieldInputProps | StringFieldPasswordProps | StringFieldRadioProps | StringFieldTextAreaProps; export declare const StringField: (props: StringFieldProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=StringField.d.ts.map