import { FC } from "react"; import Context from "../../../../lib/context/Context.js"; export declare const ContextOverview: FC<{ ctx: Context; }>;