import React from 'react'; import Logo from './Logo/Logo'; import Stars, { TrustPilotStarsProps } from './Stars/Stars'; /** * @visibleName Trustpilot */ const Trustpilot = ({ rating, className }: TrustPilotStarsProps) => (