export interface placeholder_node { type: "placeholder"; attrs: { text: string; }; } //# sourceMappingURL=placeholder_node.d.ts.map