import { FC } from 'react'; import { LinkProps } from 'theme-ui'; /** * Configurable anchor link with a LinkContext. Also checks if the link is intrenal to the site/app or external. */ export declare const Link: FC;