import { Router } from './router'; import { AnchorHTMLAttributes, ReactElement, RefAttributes } from 'react'; import { Config } from '../config'; export declare function Keystatic(props: { config: Config; router: Router; link: (props: { href: string; } & AnchorHTMLAttributes & RefAttributes) => ReactElement | null; }): JSX.Element;