/** * The amount of degrees in circle */ export declare const CIRCLE_DEGREES: number; /** * The gradient angle start point ratio */ export declare const START_POINT_RATIO: number; /** * The gradient angle end point ratio */ export declare const END_POINT_RATIO: number; /** * The epsilon value for floating point comparisons */ export declare const EPSILON: number;