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