export type PriceSize = 'small' | 'normal' | 'large';
export type PricePosition = 'before' | 'after';
