/** * Packaged admin host for the operator-grade contract templates list page * (packaged-admin RFC Phase 3). Zero-prop: list state stays * component-local, opening a row resolves through the * `contractTemplate.detail` semantic destination, and the create/edit * dialog (rich-text editor) stays lazily loaded inside the package. */ export declare function TemplatesHost(): import("react").JSX.Element;