declare const _default: { 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; }; }; }; }; export default _default;