import { EventEmitter, OnDestroy, OnInit } from '@angular/core'; import { ComponentValueModel, ValueModel } from '../../models'; import { SectionModel } from '../../models/elemets'; import * as i0 from "@angular/core"; export declare class FormDispenser implements OnInit, OnDestroy { private _store; private _detector; private _subscriptions$; private _fieldDependencyRulesCheckResults; mapper: import("../../factories/component-factory").ComponentsMapType; sectionSettings: SectionModel | null; values: ValueModel[]; valueMode: 'auto' | 'manual'; changed: EventEmitter; ngOnInit(): void; ngOnDestroy(): void; componentValueChanged(event: ComponentValueModel | ComponentValueModel[]): void; isComponentVisible(sysName: string): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }