/** * Packaged admin host for the operator-grade contracts list page * (packaged-admin RFC Phase 3). Zero-prop: list state stays component-local * (no URL search contract), opening a row resolves through the * `contract.detail` semantic destination, and the create/edit dialog is the * packaged operator-grade {@link ContractDialog} (CRM/supplier/channel * pickers bound to their domain react hooks). */ export declare function ContractsHost(): import("react").JSX.Element;