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