import { SVGProps } from 'react';

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

export { Nano as default };
