import { SVGProps } from 'react';

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

export { Lunyr as default };
