import { SVGProps } from 'react';

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

export { Perlin as default };
