/// export interface PriceProperties { donut?: JSX.Element; value?: string | number; counter?: string | number; children?: React.ReactNode; }