import { Location } from "@angular/common"; import { AlertService } from "ngx-techlify-core"; import * as i0 from "@angular/core"; export declare class ExpenseInformationComponent { private alertService; private location; expense: any; showActions: boolean; constructor(alertService: AlertService, location: Location); onDelete(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }