declare module 'remark-react' { import { Plugin } from 'unified'; const plugin: Plugin; export default plugin; }