export declare const AmisCallPlanList: (props: any) => { type: string; body: { type: string; className: string; tabsClassName: string; activeKey: any; tabs: any; id: string; onEvent: { change: { actions: { actionType: string; componentId: string; args: { value: { rnd: string; }; }; }[]; }; }; }[]; id: string; name: string; data: { searchKey: string; rnd: string; }; };