export type SIZE = 'sm' | 'md' | 'lg';
export type COLOR = 'primary' | 'secondary' | 'tertiary' | 'success' | 'error' | 'warning' | 'information';
export type VARIANT = 'solid' | 'soft' | 'outline' | 'transparent';
export type STATUS = 'normal' | 'error' | 'success';