/** * gets the origin for drawing the graph. for linear this is 0, for log this is arbitrarily set to log(1)==0 */ export declare function getOrigin(scaleType: string): 1 | 0; export declare function getColor(base: string): "#f44336" | "#4caf50" | "#ffc107" | "#2196f3" | "#000";