export declare const AmisSpeechEscape: ({ label_name, _id }: { label_name: any; _id: any; }) => { type: string; id: string; label: any; actionType: string; dialog: { type: string; title: string; body: { type: string; body: ({ type: string; body: ({ type: string; tpl: string; inline: boolean; id: string; wrapperComponent: string; body?: undefined; style?: undefined; bodyClassName?: undefined; className?: undefined; name?: undefined; items?: undefined; } | { type: string; id: string; body: { type: string; autoPlay: boolean; src: string; controls: string[]; id: string; className: string; inline: boolean; }[]; wrapperComponent: string; style: { display: string; fontFamily: string; fontSize: number; textAlign: string; }; bodyClassName: string; className: string; tpl?: undefined; inline?: undefined; name?: undefined; items?: undefined; } | { type: string; name: string; items: { type: string; tpl: string; inline: boolean; id: string; wrapperComponent: string; className: string; }; tpl?: undefined; inline?: undefined; id?: undefined; wrapperComponent?: undefined; body?: undefined; style?: undefined; bodyClassName?: undefined; className?: undefined; })[]; bodyClassName: string; id: string; className: string; datas?: undefined; } | { type: string; datas: string; id: string; body?: undefined; bodyClassName?: undefined; className?: undefined; })[]; api: { method: string; url: string; data: { call_id: any; }; headers: { Authorization: string; }; }; }[]; id: string; actions: any[]; closeOnEsc: boolean; closeOnOutside: boolean; showCloseButton: boolean; size: string; }; level: string; className: string; };