import type { Statement as EsStatement } from 'estree'; import type { Component as IrComponent, LwcComponent as IrLwcComponent } from '@lwc/template-compiler'; import type { TransformerContext } from '../../types'; export declare function getSlottedContent(node: IrLwcComponent | IrComponent, cxt: TransformerContext): EsStatement[]; //# sourceMappingURL=slotted-content.d.ts.map