import { SVGProps } from 'react';

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

export { LibraryCredits as default };
