import { AfterViewInit } from '@angular/core'; import { BaseIntentInputsComponent } from '../base-intent-inputs/base-intent-inputs.component'; import { EnumActionCode } from '../../../enum-interfaces/action-code.enum'; import { IIntentInputContext } from '../_base/intent-input-context'; import { ICoreDropdownOption } from '../../../../../interfaces/ICoreDropdownOption'; import { BehaviorSubject } from 'rxjs'; import * as i0 from "@angular/core"; export declare class LinkSSInputsComponent extends BaseIntentInputsComponent implements AfterViewInit { supports(actionCode: string): actionCode is EnumActionCode.LINK_S_S; treeIdOptions$: BehaviorSubject; $inMemoryTreeOptions: import("@angular/core").Signal; constructor(); protected onContextReady(ctx: IIntentInputContext): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }