import { Observable } from 'rxjs'; import { ComponentValueModel } from '../../models'; import { SectionModel } from '../../models/elemets'; import * as i0 from "@angular/core"; export declare class ApplicationContent { private _store; sectionSettings$: Observable; componentValueChanged(model: ComponentValueModel | ComponentValueModel[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }