export declare const codeStyles = "\n    #preview-content code, #setText code {\n      font-family: Inconsolata;\n      font-size: inherit;\n      display: initial;\n      background: #f8f8fa;\n    }\n    #preview-content .mmd-highlight code, #setText .mmd-highlight code, \n    #preview-content pre.mmd-highlight code, #setText pre.mmd-highlight code {\n      background-color: transparent;\n    }\n    #preview-content pre code, #setText pre code {\n      font-family: 'DM Mono', Inconsolata, monospace;\n      color: #333;\n      font-size: 15px;\n    }\n\n    .hljs-comment,\n    .hljs-quote {\n      color: #998;\n      font-style: italic;\n    }\n\n    .hljs-command {\n      color: #005cc5;\n    }\n\n    .hljs-keyword,\n    .hljs-selector-tag,\n    .hljs-subst {\n      color: #d73a49;\n      font-weight: bold;\n    }\n\n    .hljs-number,\n    .hljs-literal,\n    .hljs-variable,\n    .hljs-template-variable,\n    .hljs-tag .hljs-attr {\n      color: #005cc5;\n    }\n\n    .hljs-string,\n    .hljs-doctag {\n      color: #24292e;\n    }\n\n    .hljs-title,\n    .hljs-section,\n    .hljs-selector-id {\n      color: #6f42c1;\n      font-weight: bold;\n    }\n\n    .hljs-subst {\n      font-weight: normal;\n    }\n\n    .hljs-type,\n    .hljs-class .hljs-title {\n      color: #458;\n      font-weight: bold;\n    }\n\n    .hljs-tag,\n    .hljs-name,\n    .hljs-attribute {\n      color: #000080;\n      font-weight: normal;\n    }\n\n    .hljs-regexp,\n    .hljs-link {\n      color: #009926;\n    }\n\n    .hljs-symbol,\n    .hljs-bullet {\n      color: #990073;\n    }\n\n    .hljs-built_in,\n    .hljs-builtin-name {\n      color: #24292e;\n    }\n\n    .hljs-meta {\n      color: #999;\n      font-weight: bold;\n    }\n\n    .hljs-meta-keyword {\n      color: #d73a49;\n    }\n\n    .hljs-meta-string {\n      color: #032f62;\n    }\n\n    .hljs-deletion {\n      background: #fdd;\n    }\n\n    .hljs-addition {\n      background: #dfd;\n    }\n\n    .hljs-emphasis {\n      font-style: italic;\n    }\n\n    .hljs-strong {\n      font-weight: bold;\n    }\n";
