export declare const AmisDoCallBox: (props: any) => { type: string; className: string; id: string; data: { doCallIsMin: boolean; }; body: { type: string; label: any; level: any; title: string; content: string; id: string; mobile: any; context: any; connectTime: any; hangupTime: any; words: any; datas: any; planId: any; tabsList: any; hcpId: any; zoomAction: { actionType: string; componentId: string; args: { value: { chatDatawords: any; chatDatadatas: any; chatDataplanId: any; chatDatahcpId: any; doCallIsMin: boolean; }; }; }; className: any; }[]; };