import React from 'react'; import { TrustPilotStarsProps } from './Stars/Stars'; declare const _default: (({ rating, className }: TrustPilotStarsProps) => JSX.Element) & { Logo: (props: React.SVGProps) => JSX.Element; Stars: ({ rating, ...props }: TrustPilotStarsProps) => JSX.Element; }; export default _default;