import { FC, PropsWithChildren } from "react"; export declare type ILinkContextProviderProps = PropsWithChildren; export declare const LinkContextProvider: FC;