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