import { OnInit } from '@angular/core'; import { CuiApiContext } from '@cuby-ui/api'; import { CuiNullable } from '@cuby-ui/cdk'; import { EmptyStateTitle, GetFramerId, SectionStorageElementTypeName, SectionStorageObject } from './modal-divided-section.interfaces'; import * as i0 from "@angular/core"; export declare class ModalDividedSectionComponent implements OnInit { protected readonly EMPTY_STATE_TITLE: EmptyStateTitle; protected readonly GET_FRAMER_ID: GetFramerId; protected readonly selectedStorageObject: import("@angular/core").WritableSignal>; protected readonly selectedFramerId: import("@angular/core").Signal; protected readonly emptyStateSubtitle: import("@angular/core").Signal; readonly storageElementTypeName: import("@angular/core").InputSignal; readonly storageObjects: import("@angular/core").InputSignal; readonly environmentUrlForResources: import("@angular/core").InputSignal; readonly environmentUrlForInstruction: import("@angular/core").InputSignal; readonly context: import("@angular/core").InputSignal; ngOnInit(): void; protected onSelect(sectionStorageObject: SectionStorageObject): void; private initSelectedStorageObject; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }