export declare const WithMindPluginKey = "plait-mind-plugin-key"; export declare const BASE = 4; export declare const PRIMARY_COLOR = "#6698FF"; export declare const GRAY_COLOR = "#AAAAAA"; export declare const STROKE_WIDTH = 3; export declare const EXTEND_OFFSET = 8; export declare const EXTEND_DIAMETER = 16; export declare const QUICK_INSERT_CIRCLE_OFFSET = 9; export declare const QUICK_INSERT_CIRCLE_COLOR = "#6698FF"; export declare const QUICK_INSERT_INNER_CROSS_COLOR = "white"; export declare const DEFAULT_MIND_IMAGE_WIDTH = 240; export declare enum MindI18nKey { mindCentralText = "mind-center-text", abstractNodeText = "abstract-node-text" }