import { SVGProps } from 'react';

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

export { PundiX as default };
