You have to use svg elements in your jsx. Here is the updated code:
const renderLabel = (props: any) => { return <text>props.value</text>; };