import React from 'react'; interface TrustpilotIconProps { width?: number | string; height?: number | string; className?: string; firstColor?: string; secondColor?: string; } /** @deprecated Use icons from icons-v2-generated instead. */ export declare function TrustpilotIcon({ width, height, className, firstColor, secondColor }: TrustpilotIconProps): React.JSX.Element; export {}; //# sourceMappingURL=trustpilot-icon.d.ts.map