export declare const FUNNEL_CONNECTOR_Y_OFFSET = 30; export declare const TOOLTIP_WIDTH = 270; export declare const SEGMENT_WIDTH_RATIO = 0.75; export declare const TOOLTIP_HORIZONTAL_OFFSET = 10; export declare const LINE_OFFSET = 3; export declare const LINE_WIDTH = 1; export declare const TOOLTIP_HEIGHT = 130; export declare const TOOLTIP_BOTTOM_OFFSET = 5; export declare const TOOLTIP_RIGHT_POSITION_THRESHOLD = 65; export declare const SHORT_TOOLTIP_HEIGHT = 65; export declare const GAP = 1; export declare const PERCENTAGE_COLOR = "rgba(48, 48, 48, 1)"; export declare const LINE_GRADIENT: { color: string; offset: number; }[]; export declare const LABELS_HEIGHT = 80; export declare const PERCENTAGE_SUMMARY_HEIGHT = 30; //# sourceMappingURL=constants.d.ts.map