/** * Route-level placeholder for the booking detail page. Mirrors the * canonical `BookingDetailPage` layout (header row, summary card, tab * bar, two list cards) so the pending state doesn't shift the page. */ export declare function BookingDetailSkeleton(): import("react").JSX.Element;