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