/** * 医生简介组件 */ export declare const AmisHcpProfile: (props: any) => { type: string; data: { hcpId: string; }; body: ({ type: string; items: ({ type: string; tpl: string; className: string; id: string; visibleOn?: undefined; } | { type: string; tpl: string; id: string; visibleOn: string; className: string; })[]; id: string; justify: string; alignitems: string; className?: undefined; body?: undefined; level?: undefined; szie?: undefined; label?: undefined; onEvent?: undefined; } | { type: string; className: string; body: any; items?: undefined; id?: undefined; justify?: undefined; alignitems?: undefined; level?: undefined; szie?: undefined; label?: undefined; onEvent?: undefined; } | { type: string; items: ({ type: string; tpl: string; className: string; id: string; justify?: undefined; "align-items"?: undefined; items?: undefined; } | { type: string; justify: string; "align-items": string; items: any; tpl?: undefined; className?: undefined; id?: undefined; })[]; id: string; alignitems: string; justify: string; className?: undefined; body?: undefined; level?: undefined; szie?: undefined; label?: undefined; onEvent?: undefined; } | { type: string; level: string; szie: string; id: string; label: string; onEvent: { click: { actions: { actionType: string; drawer: { type: string; title: string; body: { type: string; label: string; title: string; content: string; id: string; hcp_id: any; }[]; id: string; actions: any[]; position: string; size: string; }; }[]; }; }; items?: undefined; justify?: undefined; alignitems?: undefined; className?: undefined; body?: undefined; })[]; };