export declare class RenderingOptions { hideStart: boolean; hideEnd: boolean; currentStateColor: string; doneStateColor: string; stateColor: string; layoutDirection: string; constructor(hideStart?: boolean, hideEnd?: boolean, currentStateColor?: string, doneStateColor?: string, stateColor?: string, layoutDirection?: string); }