import React from 'react' export default function StartButton({ onClick, }: { onClick: React.MouseEventHandler }): React.ReactElement { return ( ) }