export type InputType = 'text' | 'password' | 'number' | 'time'; export type InputSize = 'medium' | 'large' | 'xlarge'; export type InputVariant = 'default' | 'error' | 'success' | 'warning';