import { SVGProps } from 'react';

declare const Clams: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Clams as default };
