import CodeView from './CodeView';
export type { CodeViewProperties } from './CodeView';
export { javaScriptDefault } from './types/styleSheets';
export type { TokenType } from './types/token';
export type { KeyWordsForColor, CodeStyleSheet } from './types/codeStyleSheet';
export default CodeView;
