import { SVGProps } from 'react';

declare const Ink: (props: SVGProps<SVGSVGElement>) => JSX.Element;

export { Ink as default };
