import { SVGProps } from "react"; declare const DIGo: (props: SVGProps) => JSX.Element; export { DIGo };