import { SVGProps } from 'react'; declare const Omni: (props: SVGProps) => JSX.Element; export { Omni as default };