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