export function ApprovalHistory({ className, style, ProcessInstanceId, ...rest }: { [x: string]: any; className: any; style: any; ProcessInstanceId: any; }): JSX.Element;