import { ElementType } from "react"; export declare const MenuContext: import("react").Context<{ linkComponent: ElementType; }>;