export declare class MoneySelectorComponentConfig { money: { image: string; value: number; quantity?: number; total?: number; }[]; }