import { SVGProps } from 'react';

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

export { Odem as default };
