/** * 通用 DOM 交互 — 所有产品共享 * 使用事件委托,覆盖 innerHTML 直出内容的基础交互 */ export declare function setupCommonInteractions(): void;