declare const implementationMap: { event: string; custom: string; }; declare const implementationTag: { event: { title: string; color: string; bgColor: string; }; custom: { title: string; color: string; bgColor: string; }; }; declare const CUSTOM_TIP: { title: string; des: string; }[]; export { implementationMap, implementationTag, CUSTOM_TIP };