import { OnChanges } from '@angular/core'; import { RowDetailConfig } from '../../../../row-detail/row-detail.config'; import { Gate } from '../../../../../../../feature/common/component/src/gate'; import { StructureRowDetailConfigArchive } from '../../../../row-detail/structure.row-detail.config-archive'; import { NgChanges } from '../../../../../../../feature/common/component/src/ng-changes'; import * as i0 from "@angular/core"; export declare class StructureRowDetailGate extends Gate implements OnChanges { private readonly structureDetailViewConfigArchive; rowDetail: RowDetailConfig; constructor(structureDetailViewConfigArchive: StructureRowDetailConfigArchive); ngOnChanges(changes: NgChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }