import type { types, NodePath } from '@babel/core'; import type { Babel } from './Babel.type.js'; export default function MakeBabelTransformUniqueComponents(): (babel: Babel) => { visitor: { JSXOpeningElement(path: NodePath): void; }; }; //# sourceMappingURL=BabelTransformUniqueComponents.d.ts.map