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