export declare const setConf: (cnf: any) => void;
export declare const draw: (text: any, id: any, version: any, diagObj: any) => void;
export declare const drawTasks: (diagram: any, tasks: any, sectionColor: any, masterX: any, masterY: any, maxTaskHeight: any, conf: any, maxEventCount: any, maxEventLineLength: any, maxSectionHeight: any, isWithoutSections: any) => void;
export declare const drawEvents: (diagram: any, events: any, sectionColor: any, masterX: any, masterY: any, conf: any) => number;
declare const _default: {
    setConf: (cnf: any) => void;
    draw: (text: any, id: any, version: any, diagObj: any) => void;
};
export default _default;
