import { SVGProps } from 'react';

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

export { Zelwin as default };
