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