/** * 生成百家号话题html * @param topic * @param id * @param sv_small_images */ export declare const generateTopicHtml: (topic: string, id?: string, sv_small_images?: { http: string; https: string; }) => string;