import { SVGProps } from 'react';

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

export { PaxGold as default };
