import type { NodePath } from '@babel/core'; import type { ImportDeclaration } from 'babel-types'; export declare function MakeBabelTransformJsxExtensionsToJs(): () => { visitor: { ImportDeclaration: (path: NodePath) => void; }; }; //# sourceMappingURL=BabelTransformJsxExtensionsToJs.d.ts.map