export type FieldLayoutType = "inline" | "block"; export type FieldDescriptionType = "default" | "group" | "confirmation" | "information" | "attention"; export type FieldDescriptionPosition = "inline" | "below" | "above"; export type LabelPosition = "start" | "end"; //# sourceMappingURL=types.d.ts.map