import { Tags as TagsType } from '../../types'; export declare function ContextView({ context, tags, }: { context: [string, Record][]; tags?: TagsType | null; }): import("react/jsx-runtime").JSX.Element;