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