import React from 'react'; /** * Main Template Shell Page. * * @description * A complete layout assembly including the Sidebar, Main Content area (TemplateContent), * and the floating AI Assistant. Auth state is consumed from `AuthContext` — no props required. * * @ai-rules * 1. Use this page as the primary reference for assembling complex layouts within Xertica UI. * 2. It relies on `useLayout` context to synchronize the expansive states of the Sidebar and Assistant. */ export declare function TemplatePage(): React.JSX.Element;