import { DoCheck } from '@angular/core'; import { InputsType, IoService, OutputsType } from '../io'; import * as i0 from "@angular/core"; /** * @public */ export declare class DynamicIoDirective implements DoCheck { private ioService; ndcDynamicInputs?: InputsType | null; ndcDynamicOutputs?: OutputsType | null; constructor(ioService: IoService); ngDoCheck(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } //# sourceMappingURL=dynamic-io.directive.d.ts.map