import React from "react"; export declare type LinkState = { type: "React" | "Next" | null; }; export declare const useLinkContext: () => LinkState; export declare const LinkProvider: React.FC;