export declare const createNode: (name: any, status: any, label: any, date: any, items: any, row: any, col: any, other: any) => { name: any; info: { status: any; label: any; date: any; items: any; row: any; col: any; other: any; }; }; export declare const createLink: (from: any, to: any, p: any, status: any, style: any, other: any) => { from: any; to: any; p: any; info: { status: any; style: any; other: any; }; }; export declare const createItem: (key: any, name: any, role: any, status: any, comment: any, date: any, other: any) => { key: any; name: any; role: any; status: any; comment: any; date: any; other: any; }; export declare const createConfig: () => { width: number; height: number; rows: number; cols: number; status: { 1: string; 2: string; 3: string; 4: string; }; colors: { 1: string; 2: string; 3: string; 4: string; }; background: string; statusComplete: number; statusOngoing: number; statusFail: number; anchor: string; iconWrapperSize: number; iconSize: number; iconSvgSize: number; labelSpacing: number; labelWidth: number; labelHeight: number; labelDateColor: string; listWidth: number; listThreshold: number; listIconSize: number; listBorderColor: string; listIconColor: string; headUrl: string; headSize: number; drawLink: null; styleLink: null; styleHoverLink: null; hoverHit: number; checkItemStatus: null; font: string; delay: number; adjustPos: null; radius: number; thin: boolean; }; declare const _default: import("@vue/runtime-core").DefineComponent<{ _constants: { type: ObjectConstructor; default: () => {}; }; data: ObjectConstructor; config: ObjectConstructor; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }, () => import("@vue/runtime-core").VNode, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly {}; }; data: ObjectConstructor; config: ObjectConstructor; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }>>, { tiny_mode_root: boolean; _constants: Record; }, {}>; export default _default;