import type { BookingDetailPaymentControllerSlotContext } from "@voyant-travel/bookings-react/admin"; /** Finance-owned controller for the booking detail payment-dialog slot. */ export declare function BookingPaymentController({ bookingId, onActionsChange, }: BookingDetailPaymentControllerSlotContext): import("react").JSX.Element | null;