import { IPlugin } from '@fishx/types'; export default class CMSIntegratePlugin implements IPlugin { private options; constructor(options?: any); addImportCode(): "" | "\n import ReactDOM from 'react-dom'\n "; modifyBootstrapCode(): string; afterRenderCode(): "" | "\n const element = getElement()\n Fishx.bootstrap(element)\n "; }