declare const _default: { _id: { type: StringConstructor; required: boolean; default: () => string; }; organizationId: { type: StringConstructor; required: boolean; default: null; }; sourceIds: { type: StringConstructor; required: boolean; default: never[]; }[]; title: { type: StringConstructor; required: boolean; default: null; }; description: { type: StringConstructor; required: boolean; default: null; }; imageFileId: { type: StringConstructor; required: boolean; default: null; }; brandColor: { type: StringConstructor; required: boolean; default: string; }; website: { type: StringConstructor; required: boolean; default: null; }; faqs: { type: StringConstructor; required: boolean; default: never[]; }[]; model: { type: StringConstructor; required: boolean; default: string; }; archived: { type: BooleanConstructor; required: boolean; default: boolean; }; embed: { enabled: { type: BooleanConstructor; required: boolean; default: boolean; }; theme: { type: StringConstructor; required: boolean; default: string; }; type: { type: StringConstructor; required: boolean; default: string; }; position: { type: StringConstructor; required: boolean; default: string; }; background: { type: StringConstructor; required: boolean; default: string; }; color: { type: StringConstructor; required: boolean; default: string; }; }; tracking: { utms: { type: StringConstructor; required: boolean; default: never[]; }[]; }; prompt: { topic: { type: StringConstructor; required: boolean; default: null; }; context: { type: StringConstructor; required: boolean; default: null; }; }; meta: { createdAt: { type: NumberConstructor; required: boolean; default: null; }; createdBy: { type: StringConstructor; required: boolean; default: null; }; lastUpdatedAt: { type: NumberConstructor; required: boolean; default: null; }; lastUpdatedBy: { type: StringConstructor; required: boolean; default: null; }; }; }; export default _default;