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