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