export interface extension_node { type: "extension"; attrs: { extensionKey: string; extensionType: string; parameters?: any; text?: string; layout?: "wide" | "full-width" | "default"; }; } //# sourceMappingURL=extension_node.d.ts.map