/** * Packaged route page for the profitability report (route contribution * `finance-profitability`). CSV export links resolve their API origin from * the shared finance provider context (`useVoyantFinanceContext`) — the same * `baseUrl` every data hook in this package reads — so the page needs no * app-supplied URL prop. Exports open in a new tab (browser-only; guarded * for SSR render passes). */ export default function FinanceProfitabilityRoutePage(): import("react").JSX.Element;