import React from 'react'; import './prism.css'; declare const Code: (props: any) => React.JSX.Element; export default Code; export * from './deserializer'; export * from './codePreInsert'; export * from './withCustomKeydown'; export * from './withCode';