import { SVGProps } from 'react'; declare const Nuls: (props: SVGProps) => JSX.Element; export { Nuls as default };