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