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