import { SVGProps } from 'react';

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

export { Neblio as default };
