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