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