import * as React from "react"; /** * Packaged admin host for the action-ledger Logs page (packaged-admin RFC * Phase 3). The page keeps its filter/cursor state locally (no URL search * contract); booking targets link through the `"booking.detail"` semantic * destination (RFC §4.7). Data flows through the shared provider context — * no app RPC client. */ export declare function ActionLedgerHost(): React.JSX.Element;