import React, { LinkHTMLAttributes } from 'react'; /** Please read Autoblocker.md to understand why this custom component is necessary */ export declare function Link(props: LinkHTMLAttributes): React.JSX.Element; /** Please read Autoblocker.md to understand why this custom component is necessary */ export declare function createLink(): HTMLLinkElement;