declare const _default: { 'code[class*="language-"]': { color: string; background: string; textShadow: string; fontFamily: string; fontSize: string; textAlign: string; whiteSpace: string; wordSpacing: string; wordBreak: string; wordWrap: string; lineHeight: string; MozTabSize: string; OTabSize: string; tabSize: string; WebkitHyphens: string; MozHyphens: string; msHyphens: string; hyphens: string; }; 'pre[class*="language-"]': { color: string; background: string; textShadow: string; fontFamily: string; fontSize: string; textAlign: string; whiteSpace: string; wordSpacing: string; wordBreak: string; wordWrap: string; lineHeight: string; MozTabSize: string; OTabSize: string; tabSize: string; WebkitHyphens: string; MozHyphens: string; msHyphens: string; hyphens: string; padding: string; margin: string; overflow: string; }; 'pre[class*="language-"]::-moz-selection': { textShadow: string; background: string; }; 'pre[class*="language-"] ::-moz-selection': { textShadow: string; background: string; }; 'code[class*="language-"]::-moz-selection': { textShadow: string; background: string; }; 'code[class*="language-"] ::-moz-selection': { textShadow: string; background: string; }; 'pre[class*="language-"]::selection': { textShadow: string; background: string; }; 'pre[class*="language-"] ::selection': { textShadow: string; background: string; }; 'code[class*="language-"]::selection': { textShadow: string; background: string; }; 'code[class*="language-"] ::selection': { textShadow: string; background: string; }; ':not(pre) > code[class*="language-"]': { background: string; padding: string; borderRadius: string; whiteSpace: string; }; comment: { color: string; }; prolog: { color: string; }; doctype: { color: string; }; cdata: { color: string; }; punctuation: { color: string; }; namespace: { Opacity: string; }; property: { color: string; }; tag: { color: string; }; boolean: { color: string; }; number: { color: string; }; constant: { color: string; }; symbol: { color: string; }; deleted: { color: string; }; selector: { color: string; }; 'attr-name': { color: string; }; string: { color: string; }; char: { color: string; }; builtin: { color: string; }; inserted: { color: string; }; operator: { color: string; background: string; }; entity: { color: string; background: string; cursor: string; }; url: { color: string; background: string; }; '.language-css .token.string': { color: string; background: string; }; '.style .token.string': { color: string; background: string; }; atrule: { color: string; }; 'attr-value': { color: string; }; keyword: { color: string; }; function: { color: string; }; 'class-name': { color: string; }; regex: { color: string; }; important: { color: string; fontWeight: string; }; variable: { color: string; }; bold: { fontWeight: string; }; italic: { fontStyle: string; }; }; export default _default;