export default factory;
/**
 * Render a specific template file.
 *
 * Configuration fields:
 *  - path (string, required): the path to the template file to load
 *  - context (object, optional): context to give to this specific template file (some variables)
 *  - options (object, optional): options to pass to the Trifid render function (change the title of the page, …)
 *
 * @type {import('../types/index.js').TrifidPlugin}
 */
declare const factory: import("../types/index.js").TrifidPlugin;
//# sourceMappingURL=view.d.ts.map