Just trying below code to click Export button in and it not clicking the button
driver.FindElement(By.XPath("//span[@class='ui-button-text' and contains(.,'Export')]")).Click();
Outer HTML code
Export
<span class="ui-button-text" style="">Export</span>