/** * Packaged admin host for the Quotes board (packaged-admin RFC Phase 3). The * landing surface for the quotes domain: pick a pipeline, manage its stages, * create quotes, and open a quote's detail (where its versions live). All * data flows through the shared `@voyant-travel/react` provider context * mounted by the workspace shell; cross-route links resolve through the * `quote.detail` semantic destination. */ export declare function QuotesBoardHost(): import("react").JSX.Element;