export type ContentTemplateTypeValue = { templateFunction: () => string; icon: React.ElementType; }; export type ContentTemplateType = { [key: string]: ContentTemplateTypeValue; }; export declare const contentTemplateTypeMap: ContentTemplateType;