export type InputAlignment = 'left' | 'center' | 'right'; export type InputStatus = 'info' | 'success' | 'error'; export type InputSize = 'xsmall' | 'small' | 'medium' | 'large'; export type InputStepperSize = InputSize; export type TextareaSize = 'xsmall' | 'small' | 'medium' | 'large';