declare module 'prismjs' { // Our custom build includes a default export so we need to expose that to the types export default Prism; }