import { SVGProps } from 'react';

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

export { Credits as default };
