import * as React from 'react'; type Props = { imgUrl: string; }; export default ({ imgUrl }: Props) => ( );