/** * 允许嵌出的页面列表 */ export declare const ALLOW_EMBED_PAGES: readonly ["dashboard", "report", "behavior-detail", "user-cohort/edit-cohort/:type/:id?"]; export declare const DEFAULT_IFRAME_ATTRIBUTES: { width: string; height: string; frameBorder: string; };