import type { LinkComponentParams } from '../types';
export declare const Link: ({ content: _content, media: _media, uri: _uri, ...aProps }: LinkComponentParams) => import("react/jsx-runtime").JSX.Element;
