What would the return type be here?
const Foo : () => // ??? = () => ( Foobar )
I would also add .SFC, which stands for Stateless Functional Component.
.SFC
const Foo : React.SFC<{}> = () => ( Foobar )