import { SVGProps } from 'react';

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

export { Lamden as default };
