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