export type TypeVariant = 'image' | 'alias';
export type SizeVariant = 'sm' | 'md' | 'lg' | 'xl';
