import type { Visitor } from '@babel/core'; import type { BabelAPI, LwcBabelPluginPass } from './types'; export default function ({ types: t }: BabelAPI): Visitor; //# sourceMappingURL=component.d.ts.map