export declare const light: { 'code[class*=language-]': { color: string; direction: string; textAlign: string; whiteSpace: string; wordSpacing: string; wordBreak: string; MozTabSize: string; OTabSize: string; tabSize: string; WebkitHyphens: string; MozHyphens: string; msHyphens: string; hyphens: string; fontFamily: string; fontWeight: string; fontSize: string; lineHeight: string; letterSpacing: string; textShadow: string; }; 'pre[class*=language-]': { color: string; direction: string; textAlign: string; whiteSpace: string; wordSpacing: string; wordBreak: string; MozTabSize: string; OTabSize: string; tabSize: string; WebkitHyphens: string; MozHyphens: string; msHyphens: string; hyphens: string; fontFamily: string; fontWeight: string; fontSize: string; lineHeight: string; letterSpacing: string; textShadow: string; padding: string; margin: string; overflow: string; background: string; }; 'code[class*=language-] ::-moz-selection': { color: string; background: string; }; 'code[class*=language-] ::selection': { color: string; background: string; }; 'code[class*=language-]::-moz-selection': { color: string; background: string; }; 'code[class*=language-]::selection': { color: string; background: string; }; 'pre[class*=language-] ::-moz-selection': { color: string; background: string; }; 'pre[class*=language-] ::selection': { color: string; background: string; }; 'pre[class*=language-]::-moz-selection': { color: string; background: string; }; 'pre[class*=language-]::selection': { color: string; background: string; }; ':not(pre)>code[class*=language-]': { background: string; padding: string; borderRadius: string; }; '': { fontWeight: string; }; cdata: { color: string; }; comment: { color: string; }; prolog: { color: string; }; atrule: { color: string; }; delimiter: { color: string; }; important: { color: string; }; keyword: { color: string; }; selector: { color: string; }; 'attr-name': { color: string; }; operator: { color: string; background: string; }; punctuation: { color: string; }; boolean: { color: string; }; builtin: { color: string; }; doctype: { color: string; }; tag: { color: string; }; 'tag.punctuation': { color: string; }; entity: { color: string; background: string; }; symbol: { color: string; }; number: { color: string; }; constant: { color: string; }; property: { color: string; }; variable: { color: string; }; char: { color: string; }; string: { color: string; }; 'attr-value': { color: string; }; 'attr-value.punctuation': { color: string; }; 'attr-value.punctuation:first-child': { color: string; }; url: { color: string; textDecoration: string; background: string; }; function: { color: string; }; regex: { background: string; }; bold: { fontWeight: string; }; italic: { fontStyle: string; }; inserted: { background: string; }; deleted: { background: string; }; 'code.language-css .token.property': { color: string; }; 'code.language-css .token.property+.token.punctuation': { color: string; }; 'code.language-css .token.id': { color: string; }; 'code.language-css .token.selector>.token.attribute': { color: string; }; 'code.language-css .token.selector>.token.class': { color: string; }; 'code.language-css .token.selector>.token.pseudo-class': { color: string; }; 'code.language-css .token.selector>.token.pseudo-element': { color: string; }; 'class-name': { color: string; }; '.language-css .token.string': { background: string; }; '.style .token.string': { background: string; }; '.line-highlight.line-highlight': { marginTop: string; background: string; }; '.line-highlight.line-highlight:before': { content: string; }; '.line-highlight.line-highlight[data-end]:after': { content: string; }; };