I'm also finding issues: Here is my XAML code:
xmlns:buttons="clr-namespace:Syncfusion.XForms.Buttons;assembly=Syncfusion.Buttons.XForms"
<buttons:SfButton
HorizontalOptions="Center"
VerticalOptions="Center"
WidthRequest="100" >
<Image>
<Image.Source>
<svg:SvgImageSource Source="SVG.Next-btn-clicked-state.svg" />
</Image.Source>
</Image>
</buttons:SfButton>
The error I'm receiving states: The type "buttons:SfButton" was not found.