export declare type InvoiceSalesOverviewModel = { date: string; id: string; amount: number; amount_online: number; amount_credit: number; };