const Foo: React.FC<FooProps> = (props: FooProps) => <>{JSON.stringify(props)}</>;