import { SVGProps } from 'react';

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

export { Bluzelle as default };
