declare const _default: (babel: any) => { name: string; visitor: { Program(path: any, state: any): void; ClassDeclaration(path: any, state: any): void; ExpressionStatement(path: any, state: any): void; }; }; /** * start方法扩展 * * 需兼容函数式、类名、装饰器等 ```js start()(Component=>{ const { hot } = require('react-hot-loader/root'); hot(Component); }) ``` */ export default _default;