export declare type BillItem = { amount: number; index: number; title: string; post_date: string; id: string; href: string; category: string; charges: number; };