import { SVGProps } from 'react';

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

export { Lykke as default };
