import FlowFun from './flowFun'; declare class flowTools extends FlowFun { type: string; constructor(); /** * 初始化任务流程 dom * @param dom 绑定的 dom 节点 * @param type 添加流程页面还是查看流程页面 */ init(dom: Element, type?: string): void; loadScripts(dom: Element): void; loaderStyles: () => void; insertDom(dom: Element): void; getFlowPageDom(): string; } declare const _default: flowTools; export default _default;