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