import type { DocgenPluginType } from "./plugin"; declare let plugin: DocgenPluginType; export { PluginOptions } from "./plugin"; export { plugin as ReactDocgenTypeScriptPlugin }; export default plugin; //# sourceMappingURL=index.d.ts.map