import { DSLNodeType } from '@lingxiteam/dsl'; import { PluginManager } from '..'; import { EditPropsContextType } from "../preprocess/editPropsprocess/EditPropsParseBefore"; export declare const callEditPageZoneCanRemoveCompBefore: (node: DSLNodeType, plugins: PluginManager) => boolean; export declare const getCallEditPropsParseBeforePlugins: (plugins: PluginManager) => any[]; export declare const callEditPropsParseBefore: (options: { todoProps: any; key: string; context: EditPropsContextType; }, plugins: PluginManager) => void;