export declare const AmisVisitReportInfos: ({ label, level, title, size, visitReportId }: { label: any; level: any; title: any; size: any; visitReportId: any; }) => { type: string; level: any; label: any; onEvent: { click: { actions: { actionType: string; dialog: { type: string; title: string; body: { type: string; body: ({ type: string; id: string; body: ({ type: string; tpl: string; inline: boolean; id: string; columns?: undefined; } | { type: string; columns: ({ body: { type: string; tpl: string; inline: boolean; id: string; }[]; id: string; md?: undefined; } | { body: { type: string; tpl: string; inline: boolean; id: string; }[]; id: string; md: number; })[]; id: string; tpl?: undefined; inline?: undefined; })[]; columns?: undefined; className?: undefined; } | { type: string; id: string; columns: ({ body: ({ hiddenOn: string; type: string; tpl: string; callId?: undefined; className?: undefined; datas?: undefined; id?: undefined; } | { hiddenOn: string; callId: string; type: string; className: string; datas: string; id: string; tpl?: undefined; })[]; id: string; md: number; } | { body: ({ type: string; tpl: string; inline: boolean; id: string; wrapperComponent?: undefined; className?: undefined; } | { type: string; id: string; tpl: string; inline: boolean; wrapperComponent: string; className?: undefined; } | { type: string; tpl: string; inline: boolean; id: string; className: string; wrapperComponent?: undefined; })[]; id: string; md?: undefined; })[]; className: string; body?: undefined; })[]; id: string; messages: {}; api: { method: string; url: string; data: { visitReportId: any; }; headers: { Authorization: string; }; }; }[]; id: string; size: string; actions: any[]; closeOnEsc: boolean; closeOnOutside: boolean; showCloseButton: boolean; }; }[]; }; }; id: string; };