import { ViewColumnComponent } from '../../../../view-column.component'; import { FormGroup } from "@angular/forms"; import { Store } from '@ngrx/store'; import { SessionStates } from '../../../../modules/session/session-controller/states'; import { BranchSettingsStates } from '../../branch-settings-controller/states'; export declare class UtilBranchMenuListComponent extends ViewColumnComponent { private branchSettingsStore; private store; form: FormGroup; apiVisa: import("blg-akaun-ts-lib").ApiVisa; private subs; options: any; branchGuid: any; constructor(branchSettingsStore: Store, store: Store); ngOnInit(): void; onReset(): void; onSave(): void; getDynamicControlName(): string; }