export type FormControlValidatedStateVariant = | "success" | "warning" | "error" | "default";