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