import { SVGProps } from 'react';

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

export { GeminiDollar as default };
