/** * Packaged admin host for the operator-grade policies list page * (packaged-admin RFC Phase 3). Zero-prop: list state stays * component-local, opening a row resolves through the `policy.detail` * semantic destination, and the create dialog is the packaged * {@link PolicyDialog}. */ export declare function PoliciesHost(): import("react").JSX.Element;