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