/**
* @description icon svg
* @author wangfupeng
*/
/**
* 【注意】svg 字符串的长度 ,否则会导致代码体积过大
* 尽量选择 https://www.iconfont.cn/collections/detail?spm=a313x.7781069.0.da5a778a4&cid=20293
* 找不到再从 iconfont.com 搜索
*/
export declare const BOLD_SVG = "";
export declare const UNDER_LINE_SVG = "";
export declare const ITALIC_SVG = "";
export declare const THROUGH_SVG = "";
export declare const CODE_SVG = "";
export declare const ERASER_SVG = "";
export declare const LINK_SVG = "";
export declare const UN_LINK_SVG = "";
export declare const PENCIL_SVG = "";
export declare const EXTERNAL_SVG = "";
export declare const HEADER_SVG = "";
export declare const FONT_COLOR_SVG = "";
export declare const BG_COLOR_SVG = "";
export declare const CLEAN_SVG = "";
export declare const IMAGE_SVG = "";
export declare const TRASH_SVG = "";
export declare const QUOTE_SVG = "";
export declare const EMOTION_SVG = "";
export declare const FONT_SIZE_SVG = "";
export declare const FONT_FAMILY_SVG = "";
export declare const INDENT_LEFT_SVG = "";
export declare const INDENT_RIGHT_SVG = "";
export declare const JUSTIFY_LEFT_SVG = "";
export declare const JUSTIFY_RIGHT_SVG = "";
export declare const JUSTIFY_CENTER_SVG = "";
export declare const JUSTIFY_JUSTIFY_SVG = "";
export declare const LINE_HEIGHT_SVG = "";
export declare const UNDO_SVG = "";
export declare const REDO_SVG = "";
export declare const DIVIDER_SVG = "";
export declare const CODE_BLOCK_SVG = "";
export declare const FULL_SCREEN_SVG = "";
export declare const CANCEL_FULL_SCREEN_SVG = "";
export declare const SUP_SVG = "";
export declare const SUB_SVG = "";
export declare const CHECK_BOX_SVG = "";
export declare const ENTER_SVG = "";
export declare const FORMAT_PAINTER = "";