/// <reference types="react" />
import { EditorTemplate } from '@chief-editor/core';
export declare const TemplateContext: import("react").Context<EditorTemplate | null>;
