export type FormSize = 'small' | 'medium' | 'large'; export type FormItemSize = 'small' | 'medium' | 'large'; export type FormValidationStatus = 'success' | 'error' | 'warning';