export declare const AmisDoCallButton: (props: any) => { type: string; className: string; data: { hidden: boolean; }; id: string; body: ({ type: string; value: string; className: string; label?: undefined; title?: undefined; content?: undefined; id?: undefined; mobile?: undefined; words?: undefined; datas?: undefined; planId?: undefined; tabsList?: undefined; zoomAction?: undefined; buttonClassName?: undefined; didCallAction?: undefined; icon?: undefined; } | { type: string; label: string; title: string; content: string; id: string; mobile: any; words: any; datas: any; planId: any; tabsList: any; zoomAction: { actionType: string; componentId: any; args: { value: { doCallIsMin: boolean; }; }; }; buttonClassName: string; didCallAction: any[]; value?: undefined; className?: undefined; icon?: undefined; } | { type: string; icon: string; className: string; value?: undefined; label?: undefined; title?: undefined; content?: undefined; id?: undefined; mobile?: undefined; words?: undefined; datas?: undefined; planId?: undefined; tabsList?: undefined; zoomAction?: undefined; buttonClassName?: undefined; didCallAction?: undefined; })[]; };