export interface EdsFieldProps { label?: string; required?: boolean; error?: string; description?: string; warning?: string; } //# sourceMappingURL=field.types.d.ts.map