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