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