import { type Element as IrElement } from '@lwc/template-compiler'; import type { ExternalComponent as IrExternalComponent, Slot as IrSlot } from '@lwc/template-compiler'; import type { Transformer } from '../types'; export declare const Element: Transformer; //# sourceMappingURL=element.d.ts.map