///
import type { Editor as Instance } from '@tiptap/core';
type shareDataType = {
editor: Instance | undefined | null;
codePlayerLanguageList: any[];
[key: string]: any;
};
declare const shareData: import("react").Context>;
export default shareData;