declare const _default: import("vue").DefineComponent<{ /** Block 实例映射 */ blocks: Record; }>; /** Block 排序 */ blockOrder: string[]; /** 编辑器模式 */ editorMode?: boolean; /** 是否选中 */ isSelected?: boolean; /** 产品标识,用于解析产品级 Section 组件覆盖 */ productCode?: string; /** IntersectionObserver rootMargin,控制提前加载距离 */ rootMargin?: string; /** Section ID */ sectionId: string; /** Section 类型 */ sectionType: string; /** Section 设置 */ settings: Record; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { inlineEditEnd: () => any; sectionClick: (sectionId: string) => any; inlineEditUndoRedo: (action: "redo" | "undo") => any; inlineEditStart: (sectionId: string, key: string) => any; blockSettingUpdate: (sectionId: string, blockId: string, key: string, value: unknown) => any; settingUpdate: (sectionId: string, key: string, value: unknown) => any; }, string, import("vue").PublicProps, Readonly<{ /** Block 实例映射 */ blocks: Record; }>; /** Block 排序 */ blockOrder: string[]; /** 编辑器模式 */ editorMode?: boolean; /** 是否选中 */ isSelected?: boolean; /** 产品标识,用于解析产品级 Section 组件覆盖 */ productCode?: string; /** IntersectionObserver rootMargin,控制提前加载距离 */ rootMargin?: string; /** Section ID */ sectionId: string; /** Section 类型 */ sectionType: string; /** Section 设置 */ settings: Record; }> & Readonly<{ onInlineEditEnd?: (() => any) | undefined; onSectionClick?: ((sectionId: string) => any) | undefined; onInlineEditUndoRedo?: ((action: "redo" | "undo") => any) | undefined; onInlineEditStart?: ((sectionId: string, key: string) => any) | undefined; onBlockSettingUpdate?: ((sectionId: string, blockId: string, key: string, value: unknown) => any) | undefined; onSettingUpdate?: ((sectionId: string, key: string, value: unknown) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;