export declare const color: { primary: string; success: string; danger: string; warning: string; secondary: string; textDarkest: string; textDark: string; textMedium: string; textLight: string; textLink: string; backgroundDarkPrimary: string; backgroundMedium: string; backgroundLight: string; backgroundLightest: string; backgroundLightPrimary: string; backgroundLightSuccess: string; borderLightest: string; borderLight: string; borderInputFocus: string; }; export declare const font: { regular: string; size: (size: number) => string; bold: string; medium: string; }; export declare const markdownCSS = "\n .mention {\n color: rgb(96 165 250);\n }\n\n .anchor {\n float: left;\n margin-left: -20px;\n padding-right: 4px;\n line-height: 1;\n }\n\n .anchor:focus {\n outline: none;\n }\n\n h1:hover .anchor,\n h2:hover .anchor,\n h3:hover .anchor,\n h4:hover .anchor,\n h5:hover .anchor,\n h6:hover .anchor {\n text-decoration: none;\n }\n\n details {\n display: block;\n }\n\n summary {\n display: list-item;\n }\n\n a {\n background-color: initial;\n }\n\n a:active,\n a:hover {\n outline-width: 0;\n }\n\n strong {\n font-weight: inherit;\n font-weight: bolder;\n }\n\n h1 {\n margin: 0.67em 0;\n font-size: 2em;\n }\n\n img {\n border-style: none;\n }\n\n code,\n kbd,\n pre {\n font-size: 1em;\n font-family: monospace, monospace;\n }\n\n hr {\n box-sizing: initial;\n height: 0;\n overflow: visible;\n }\n\n input {\n margin: 0;\n font: inherit;\n }\n\n input {\n overflow: visible;\n }\n\n [type='checkbox'] {\n box-sizing: border-box;\n padding: 0;\n }\n\n * {\n box-sizing: border-box;\n }\n\n input {\n font-size: inherit;\n font-family: inherit;\n line-height: inherit;\n }\n\n a {\n text-decoration: none;\n }\n\n a:hover {\n text-decoration: underline;\n }\n\n strong {\n font-weight: 600;\n }\n\n hr {\n height: 0;\n margin: 15px 0;\n overflow: hidden;\n background: transparent;\n border: 0;\n border-bottom: 1px solid #dfe2e5;\n }\n\n hr:after,\n hr:before {\n display: table;\n content: '';\n }\n\n hr:after {\n clear: both;\n }\n\n table {\n border-collapse: collapse;\n border-spacing: 0;\n }\n\n td,\n th {\n padding: 0;\n }\n\n details summary {\n cursor: pointer;\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n h1 {\n font-size: 32px;\n }\n\n h1,\n h2 {\n font-weight: 600;\n }\n\n h2 {\n font-size: 24px;\n }\n\n h3 {\n font-size: 20px;\n }\n\n h3,\n h4 {\n font-weight: 600;\n }\n\n h4 {\n font-size: 16px;\n }\n\n h5 {\n font-size: 14px;\n }\n\n h5,\n h6 {\n font-weight: 600;\n }\n\n h6 {\n font-size: 12px;\n }\n\n p {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n blockquote {\n margin: 0;\n }\n\n ul {\n list-style-type: disc;\n }\n\n ol {\n list-style: decimal;\n }\n ,\n ul {\n margin-top: 0;\n margin-bottom: 0;\n padding-left: 0;\n }\n\n ol ol,\n ul ol {\n list-style-type: lower-roman;\n }\n\n ol ol ol,\n ol ul ol,\n ul ol ol,\n ul ul ol {\n list-style-type: lower-alpha;\n }\n\n dd {\n margin-left: 0;\n }\n\n code,\n pre {\n font-size: 12px;\n font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;\n }\n\n pre {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n input::-webkit-inner-spin-button,\n input::-webkit-outer-spin-button {\n margin: 0;\n -webkit-appearance: none;\n appearance: none;\n }\n\n :checked + .radio-label {\n position: relative;\n z-index: 1;\n border-color: #0366d6;\n }\n\n hr {\n border-bottom-color: var(--gray-100);\n }\n\n &:after,\n &:before {\n display: table;\n content: '';\n }\n\n &:after {\n clear: both;\n }\n\n > :first-child {\n margin-top: 0 !important;\n }\n\n > :last-child {\n margin-bottom: 0 !important;\n }\n\n a:not([href]) {\n color: inherit;\n text-decoration: none;\n }\n\n blockquote,\n details,\n dl,\n ol,\n pre,\n table,\n ul {\n margin-top: 0;\n margin-bottom: 16px;\n }\n\n hr {\n height: 0.25em;\n margin: 24px 0;\n padding: 0;\n background-color: #e1e4e8;\n border: 0;\n }\n\n blockquote {\n padding: 0 1em;\n color: #6a737d;\n border-left: 0.25em solid #dfe2e5;\n }\n\n blockquote > :first-child {\n margin-top: 0;\n }\n\n blockquote > :last-child {\n margin-bottom: 0;\n }\n\n h1,\n h2,\n h3,\n h4,\n h5,\n h6 {\n margin-top: 24px;\n margin-bottom: 16px;\n font-weight: 600;\n line-height: 1.25;\n }\n\n h1 {\n font-size: 2em;\n }\n\n h1,\n h2 {\n padding-bottom: 0.3em;\n border-bottom: 1px solid #eaecef;\n }\n\n h2 {\n font-size: 1.5em;\n }\n\n h3 {\n font-size: 1.25em;\n }\n\n h4 {\n font-size: 1em;\n }\n\n h5 {\n font-size: 0.875em;\n }\n\n h6 {\n font-size: 0.85em;\n }\n\n ol,\n ul {\n padding-left: 2em;\n }\n\n ol ol,\n ol ul,\n ul ol,\n ul ul {\n margin-top: 0;\n margin-bottom: 0;\n }\n\n li {\n word-wrap: break-all;\n }\n\n li > p {\n margin-top: 16px;\n }\n\n li + li {\n margin-top: 0.25em;\n }\n\n dl {\n padding: 0;\n }\n\n dl dt {\n margin-top: 16px;\n padding: 0;\n font-weight: 600;\n font-size: 1em;\n font-style: italic;\n }\n\n dl dd {\n margin-bottom: 16px;\n padding: 0 16px;\n }\n\n table {\n display: block;\n width: 100%;\n overflow: auto;\n }\n\n table th {\n font-weight: 600;\n }\n\n table td,\n table th {\n padding: 6px 13px;\n border: 1px solid #dfe2e5;\n }\n\n table tr {\n background-color: #fff;\n border-top: 1px solid #c6cbd1;\n }\n\n table tr:nth-child(2n) {\n background-color: #f6f8fa;\n }\n\n img {\n box-sizing: initial;\n max-width: 100%;\n background-color: #fff;\n }\n\n img[align='right'] {\n padding-left: 20px;\n }\n\n img[align='left'] {\n padding-right: 20px;\n }\n\n code {\n margin: 0;\n padding: 0.2em 0.4em;\n font-size: 85%;\n background-color: rgba(27, 31, 35, 0.05);\n border-radius: 3px;\n }\n\n pre {\n word-wrap: normal;\n }\n\n pre > code {\n margin: 0;\n padding: 0;\n font-size: 100%;\n white-space: pre;\n word-break: normal;\n background: transparent;\n border: 0;\n }\n\n .highlight {\n margin-bottom: 16px;\n }\n\n .highlight pre {\n margin-bottom: 0;\n word-break: normal;\n }\n\n .highlight pre,\n pre {\n padding: 16px;\n overflow: auto;\n font-size: 85%;\n line-height: 1.45;\n background-color: #f6f8fa;\n border-radius: 3px;\n }\n\n pre code {\n display: inline;\n max-width: auto;\n margin: 0;\n padding: 0;\n overflow: visible;\n line-height: inherit;\n word-wrap: normal;\n background-color: initial;\n border: 0;\n }\n"; export declare const MarkdownStyle: any;