import { type ReactNode } from "react"; /** * DispatchShell registers the per-page title (with an optional click-to-open * description popover) with the HeaderActions store for layouts that expose * that metadata. */ export declare function DispatchShell({ title, description, children, }: { title: string; description?: string; children: ReactNode; }): import("node_modules/@types/react").JSX.Element; //# sourceMappingURL=dispatch-shell.d.ts.map