import React from 'react'; import { DSLQuery } from '@lingxiteam/dsl'; export interface CompsEventChangeProps { DSLCore?: DSLQuery; eventChanges: any[]; isMobile: boolean; compName: string; pageContainerType: any; searchVal: string; beforeEvents: any[]; afterEvents: any[]; type: 'source' | 'target'; } export declare const getActions: ({ actions, beforeEvent, afterEvent, actionDescInstance, isMobile, pageContainerType }: any) => Promise; declare const CompsEventChangeProvider: React.FC; export default CompsEventChangeProvider;