import React from 'react'; export declare type InkLinkProps = { url: string; }; export declare const InkLink: React.FC;