export declare const AmisVisitState: ({ row, label, name, post, office, time, priority, hospital, client }: { row: any; label: any; name: any; post: any; office: any; time: any; priority: any; hospital: any; client: any; }) => { type: string; label: string; level: string; id: string; onEvent: { click: { actions: { actionType: string; dialog: { body: ({ type: string; tpl: string; inline: boolean; wrapperComponent: string; id: string; className?: undefined; style?: undefined; title?: undefined; source?: undefined; columns?: undefined; label?: undefined; onEvent?: undefined; } | { type: string; id: string; tpl: string; inline: boolean; wrapperComponent: string; className: string; style?: undefined; title?: undefined; source?: undefined; columns?: undefined; label?: undefined; onEvent?: undefined; } | { type: string; id: string; tpl: string; inline: boolean; wrapperComponent: string; className: string; style: { background: string; }; title?: undefined; source?: undefined; columns?: undefined; label?: undefined; onEvent?: undefined; } | { type: string; id: string; title: string; source: string; columns: { name: string; label: string; id: string; }[]; tpl?: undefined; inline?: undefined; wrapperComponent?: undefined; className?: undefined; style?: undefined; label?: undefined; onEvent?: undefined; } | { type: string; label: string; onEvent: { click: { actions: any[]; }; }; id: string; className: string; tpl?: undefined; inline?: undefined; wrapperComponent?: undefined; style?: undefined; title?: undefined; source?: undefined; columns?: undefined; })[]; type: string; title: string; data: { row: string; }; id: string; }; }[]; }; }; className: string; };