import { SVGProps } from 'react';

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

export { Gamecredits as default };
