export type FormFieldProps = {
    fieldName: string;
    errorMessage?: string;
};
//# sourceMappingURL=types.d.ts.map