/** * @param props {hcp: { name: '', hcos: [{name, department, grade}, planId: '', planDate: ''] }} * @returns */ export declare const AmisCallDelay: (props: any) => { type: string; label: string; id: string; onEvent: { click: { actions: { actionType: string; dialog: { title: string; body: ({ type: string; tpl: string; className: string; body?: undefined; actions?: undefined; name?: undefined; labelAlign?: undefined; labelWidth?: undefined; } | { type: string; className: string; body: any; tpl?: undefined; actions?: undefined; name?: undefined; labelAlign?: undefined; labelWidth?: undefined; } | { type: string; body: ({ type: string; items: ({ type: string; value: string; className: string; tpl?: undefined; } | { type: string; tpl: string; className: string; value?: undefined; })[]; alignItems: string; className: string; justify: string; name?: undefined; label?: undefined; mode?: undefined; source?: undefined; asFormItem?: undefined; format?: undefined; } | { name: string; type: string; className: string; label: string; mode: string; source: { url: string; method: string; headers: { Authorization: string; }; data: { query: string; }; }; asFormItem: boolean; items?: undefined; alignItems?: undefined; justify?: undefined; format?: undefined; } | { type: string; label: string; className: string; mode: string; name: string; asFormItem: boolean; format: string; items?: undefined; alignItems?: undefined; justify?: undefined; source?: undefined; })[]; actions: any[]; name: string; labelAlign: string; labelWidth: number; tpl?: undefined; className?: undefined; })[]; actions: ({ label: string; type: string; onEvent: { click: { actions: { actionType: string; componentId: string; }[]; }; }; primary?: undefined; } | { label: string; primary: boolean; type: string; onEvent: { click: { actions: ({ actionType: string; args: { api: { url: string; method: string; headers: { Authorization: string; }; data: { id: string; reason: string; newTime: string; }; adaptor: string; }; msgType?: undefined; msg?: undefined; position?: undefined; }; componentId?: undefined; expression?: undefined; } | { actionType: string; componentId: string; expression: string; args?: undefined; } | { actionType: string; args: { msgType: string; msg: string; position: string; api?: undefined; }; expression: string; componentId?: undefined; })[]; }; }; })[]; data: { hcp: string; planDate: string; context: string; planId: string; }; id: string; }; }[]; }; }; level: string; };