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