/** Default options */ export declare const VERTICAL_SPACE = 60; export declare const HEADER_NAME_DY = 28; export declare const HEADER_LINE_OFFSET = 20; export declare const ALIAS_ITEM_SPACE = 20; export declare const SVG_BOTTOM_SPACE = 120; export declare const MIN_HEIGHT = 420; export declare const MIN_V_WIDTH = 280; export declare const DEFAULT_COLOR_LINE = "#6578ae"; export declare const DEFAULT_COLOR_ARROW = "#5a73b5"; export declare const DEFAULT_COLOR_LABEL = "#8292aa"; export declare const COLUMN_ARROW_COLORS: string[]; export declare const STATUS_COLORS: { [key: string]: { color: string; name: string; }; }; export declare const ICONS: { readonly INVITE: ""; readonly ASK: ""; readonly ACK: ""; readonly BYE: ""; readonly CANCEL: ""; readonly REGISTER: ""; readonly OPTIONS: ""; readonly PRACK: ""; readonly SUBSCRIBE: ""; readonly NOTIFY: ""; readonly PUBLISH: ""; readonly INFO: ""; readonly REFER: ""; readonly MESSAGE: ""; readonly UPDATE: ""; }; export declare const SERVER_ICONS: { [key: string]: string; }; export declare const defaultOptions: { verticalSpace: number; headerNameDY: number; headerLineOffset: number; aliasItemSpace: number; svgBottomSpace: number; minHeight: number; colorLineMessage: string; colorArrow: string; colorLabel: string; colorsColumnArrow: string[]; statusColors: { [key: string]: { color: string; name: string; }; }; listIcons: { readonly INVITE: ""; readonly ASK: ""; readonly ACK: ""; readonly BYE: ""; readonly CANCEL: ""; readonly REGISTER: ""; readonly OPTIONS: ""; readonly PRACK: ""; readonly SUBSCRIBE: ""; readonly NOTIFY: ""; readonly PUBLISH: ""; readonly INFO: ""; readonly REFER: ""; readonly MESSAGE: ""; readonly UPDATE: ""; }; listServerIcons: { [key: string]: string; }; verticalLineMinOffset: number; };