import type { DSLNode } from '@lingxiteam/dsl/lib/core/PropType'; declare const useGetEventNameMap: (selectedComp: DSLNode | null | undefined) => { compExtendNameMap: {}; getEventItem: (compName: any, value: string) => import("@lingxiteam/types").TodoEventObject | undefined; }; export default useGetEventNameMap;