import { MbNode, NodeOrText } from '../utils/node.js'; export declare function createErrorNode(element: NodeOrText, error: any): MbNode; export declare function createSlotTemplateNode(slotName: string, content: string): MbNode[]; //# sourceMappingURL=elements.d.ts.map