export declare const AmisWorkReminder: (props: any) => { type: string; id: string; source: string; listItem: { body: { type: string; level: string; showIcon: boolean; id: string; body: ({ type: string; html: string; id: string; style: { fontFamily: string; fontSize: number; marginRight: string; }; label?: undefined; actionType?: undefined; dialog?: undefined; level?: undefined; } | { label: string; actionType: string; dialog: { title: string; body: ({ type: string; columns: ({ body: { type: string; id: string; html: string; }[]; id: string; } | { body: { type: string; text: string; id: string; }[]; id: string; })[]; id: string; className: string; } | { type: string; columns: ({ body: { type: string; text: string; columnClassName: string; id: string; }[]; id: string; } | { body: { type: string; source: string; items: { type: string; tpl: string; id: string; style: { color: string; fontFamily: string; fontSize: number; }; }; id: string; }[]; id: string; })[]; id: string; className: string; } | { type: string; columns: ({ body: { type: string; text: string; columnClassName: string; id: string; }[]; md: number; id: string; } | { body: { type: string; source: string; items: { type: string; tpl: string; id: string; style: { color: string; fontFamily: string; fontSize: number; }; }; id: string; }[]; md: number; id: string; })[]; id: string; className: string; })[]; actions: { body: { type: string; items: ({ type: string; label: string; title: string; content: string; hcpId: string; productId: string; id: string; typeId: string; callDate: string; size?: undefined; className?: undefined; tabsList?: undefined; words?: undefined; docalldata?: undefined; callReport?: undefined; interactiondata?: undefined; visibleOn?: undefined; hcp?: undefined; inquerydata?: undefined; callParams?: undefined; amisType?: undefined; actionType?: undefined; api?: undefined; reload?: undefined; } | { label: string; type: string; id: string; title: string; content: string; size: string; className: string; tabsList: string; words: { name: string; num: number; }[]; docalldata: ({ type: string; text: string; time: string; inspect?: undefined; } | { type: string; text: string; time: string; inspect: { word: string; num: number; }[]; })[]; callReport: { status: number; recordSrc: string; recordStatus: number; keyMsg: { name: string; objective: string; subjective: string; arr: { name: string; }[]; id: number; }[]; options: { label: string; value: string; }[]; }; interactiondata: { time: string; content: string; visited: string; }[]; visibleOn: string; hcp: string; inquerydata: { hcp_name: string; hcp_id: string; hco_id: string; hco_name: string; department_name: string; dep_name: string; type: string; inqueryData: ({ title: string; time: string; content: string; myAvatar: string; } | { title: string; time: string; content: string; myAvatar?: undefined; })[]; }; callParams: { call_date__c: string; call_hcp__c: string; call_time__c: string; priority__c: string; product__c: string; type__c: string; visit_goal__c: string; }; amisType: number; hcpId?: undefined; productId?: undefined; typeId?: undefined; callDate?: undefined; actionType?: undefined; api?: undefined; reload?: undefined; } | { type: string; label: string; id: string; actionType: string; api: { url: string; method: string; headers: { Authorization: string; }; }; reload: string; title?: undefined; content?: undefined; hcpId?: undefined; productId?: undefined; typeId?: undefined; callDate?: undefined; size?: undefined; className?: undefined; tabsList?: undefined; words?: undefined; docalldata?: undefined; callReport?: undefined; interactiondata?: undefined; visibleOn?: undefined; hcp?: undefined; inquerydata?: undefined; callParams?: undefined; amisType?: undefined; })[]; justify: string; id: string; alignItems: string; direction: string; className: string; }[]; type: string; id: string; }[]; type: string; id: string; className: string; }; id: string; type: string; level: string; html?: undefined; style?: undefined; })[]; className: string; }[]; className: string; id: string; }; placeholder: string; showHeader: boolean; showFooter: boolean; visible: boolean; };