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