import { SVGProps } from 'react';

declare const Ongsocial: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Ongsocial as default };
