declare const _default: { 'email-template': { schema: { kind: string; collectionName: string; info: { singularName: string; pluralName: string; displayName: string; description: string; }; options: { draftAndPublish: boolean; comment: string; }; pluginOptions: { "content-manager": { visible: boolean; }; "content-type-builder": { visible: boolean; }; }; attributes: { name: { type: string; required: boolean; unique: boolean; minLength: number; maxLength: number; }; subject: { type: string; required: boolean; maxLength: number; }; designJson: { type: string; }; htmlBody: { type: string; maxLength: number; }; }; }; }; }; export default _default; //# sourceMappingURL=index.d.ts.map