import { SVGProps } from 'react'; export interface TrustpilotNeutralProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * TrustpilotNeutral icon from social-media category * * @example * * */ export declare const TrustpilotNeutral: ({ size, ...props }: TrustpilotNeutralProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=trustpilot-neutral.d.ts.map