import { SVGProps } from 'react';

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

export { Nuls as default };
