declare const _default: { 'liquid-base-template': { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; }; pluginOptions: { "content-manager": { visible: boolean; }; "content-type-builder": { visible: boolean; }; }; options: { draftAndPublish: boolean; }; attributes: { referenceId: { type: string; required: boolean; unique: boolean; }; name: { type: string; }; bodyHtml: { type: string; }; }; }; }; 'liquid-template': { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; }; pluginOptions: { "content-manager": { visible: boolean; }; "content-type-builder": { visible: boolean; }; }; options: { draftAndPublish: boolean; }; attributes: { referenceId: { type: string; required: boolean; unique: boolean; }; name: { type: string; }; subject: { type: string; }; bodyHtml: { type: string; }; bodyText: { type: string; }; sampleData: { type: string; }; baseTemplate: { type: string; relation: string; target: string; }; }; }; }; }; export default _default;