import { SVGProps } from 'react';

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

export { Omni as default };
