declare function _exports(options: import('./types').PluginOptions['babelOptions'], jsxRuntime?: import('./types').PluginOptions['jsxRuntime']): { getInstance: (inputPath: string) => any; clearCache: () => void; }; export = _exports;