export interface TemplateDetailHostProps { id: string; } /** * Packaged admin host for the operator-grade contract template detail page * (packaged-admin RFC Phase 3). Back-navigation resolves through the * `contractTemplate.list` semantic destination; the edit/version dialogs * (rich-text editor) stay lazily loaded inside the package. */ export declare function TemplateDetailHost({ id }: TemplateDetailHostProps): import("react").JSX.Element;