I've just recently started using Typescript and I haven't found an easy way to achieve this
import React from 'react'
...
export default () => <div>My awesome anonymous functional component</div>;
I normally use this within an index.jsx / index.tsx file so the syntax helps my component stay clean.