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