import { Injector, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { CoreBaseComponent } from '../common/base.component'; import * as i0 from "@angular/core"; export declare class SettingsFooterComponent extends CoreBaseComponent implements OnChanges, OnInit { /** * The source name to use for logging */ protected get logSourceName(): string; constructor(injector: Injector); ngOnInit(): void; /** * Gets the initial host classes to be applied to this element */ protected getInitialHostClasses(): string[]; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }