import { SVGProps } from 'react';

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

export { Zel as default };
