import { SVGProps } from 'react';

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

export { Gulden as default };
