import React from 'react' export interface MyProps {} export const MyTSXElement: React.FunctionComponent = ({}) => (

)