export declare class EnergyBreakdownItemModel { deviceId: string; deviceName: string; roomId: string | null; roomName: string | null; consumptionKwh: number; }