import { PluginObj, types as BabelTypes } from '@babel/core'; export declare function customComponentInjectionPlugin({ types: t }: { types: typeof BabelTypes; }): PluginObj; //# sourceMappingURL=custom-component-injection.d.ts.map