export declare const customAtomOneLight: { hljs: { display: string; overflowX: string; padding: string; color: string; background: string; }; 'hljs-comment': { color: string; fontStyle: string; }; 'hljs-quote': { color: string; fontStyle: string; }; 'hljs-doctag': { color: string; }; 'hljs-keyword': { color: string; }; 'hljs-formula': { color: string; }; 'hljs-section': { color: string; }; 'hljs-name': { color: string; }; 'hljs-selector-tag': { color: string; }; 'hljs-deletion': { color: string; }; 'hljs-subst': { color: string; }; 'hljs-literal': { color: string; }; 'hljs-string': { color: string; }; 'hljs-regexp': { color: string; }; 'hljs-addition': { color: string; }; 'hljs-attribute': { color: string; }; 'hljs-meta-string': { color: string; }; 'hljs-built_in': { color: string; }; 'hljs-class .hljs-title': { color: string; }; 'hljs-attr': { color: string; }; 'hljs-variable': { color: string; }; 'hljs-template-variable': { color: string; }; 'hljs-type': { color: string; }; 'hljs-selector-class': { color: string; }; 'hljs-selector-attr': { color: string; }; 'hljs-selector-pseudo': { color: string; }; 'hljs-number': { color: string; }; 'hljs-symbol': { color: string; }; 'hljs-bullet': { color: string; }; 'hljs-link': { color: string; textDecoration: string; }; 'hljs-meta': { color: string; }; 'hljs-selector-id': { color: string; }; 'hljs-title': { color: string; }; 'hljs-emphasis': { fontStyle: string; }; 'hljs-strong': { fontWeight: string; }; }; export declare const githubGistTheme: { hljs: { display: string; background: string; padding: string; color: string; overflowX: string; }; 'hljs-comment': { color: string; }; 'hljs-meta': { color: string; }; 'hljs-variable': { color: string; }; 'hljs-template-variable': { color: string; }; 'hljs-strong': { color: string; }; 'hljs-emphasis': { color: string; }; 'hljs-quote': { color: string; }; 'hljs-keyword': { color: string; }; 'hljs-selector-tag': { color: string; }; 'hljs-type': { color: string; }; 'hljs-literal': { color: string; }; 'hljs-symbol': { color: string; }; 'hljs-bullet': { color: string; }; 'hljs-attribute': { color: string; }; 'hljs-section': { color: string; }; 'hljs-name': { color: string; }; 'hljs-tag': { color: string; }; 'hljs-title': { color: string; }; 'hljs-attr': { color: string; }; 'hljs-selector-id': { color: string; }; 'hljs-selector-class': { color: string; }; 'hljs-selector-attr': { color: string; }; 'hljs-selector-pseudo': { color: string; }; 'hljs-addition': { color: string; backgroundColor: string; }; 'hljs-deletion': { color: string; backgroundColor: string; }; 'hljs-link': { textDecoration: string; }; 'hljs-number': { color: string; }; 'hljs-string': { color: string; }; };