import { PluginObj, types as BabelTypes } from '@babel/core'; /** * Babel plugin that hoists named JSX elements to variable declarations. */ export declare function nameHoistingPlugin({ types: t }: { types: typeof BabelTypes; }): PluginObj; //# sourceMappingURL=name-hoisting.d.ts.map