import { FieldProps } from "../../identity-providers/component/FormGroupField";
export declare const TextField: ({ label, field, isReadOnly }: FieldProps) => import("react/jsx-runtime").JSX.Element;
