import type { SVGProps } from "react"; import * as React from "react"; declare const SvgGuru: (props: SVGProps) => React.JSX.Element; export default SvgGuru; //# sourceMappingURL=Guru.d.ts.map