import { SVGProps } from 'react';

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

export { Foam as default };
