export declare const markdownTemplate: { name: string; label: string; description: string; fields: { name: string; label: string; type: "object"; fields: { name: string; label: string; type: "rich-text"; }[]; }[]; };