export interface LabeledPrice { label: string; amount: number; }