import { OnInit } from '@angular/core'; export declare class BudgetKeyFooterComponent implements OnInit { theme: any; hasadnaUrl: string; helpWidget: boolean; constructor(theme: any); about(hash: string): string; ngOnInit(): void; }