import { ViewContainerRef } from '@angular/core'; import { CreateFlowService } from './create-flow.service'; export declare class NgTextflowComponent { private nodeService; viewContainer: ViewContainerRef; nodeStyles: any; firstOnTop: boolean; showPageNumbers: boolean; isOverlaid: boolean; private _content; content: string; constructor(nodeService: CreateFlowService); }