/** * Route-level placeholder for the bookings list. Mirrors `BookingsPage` + * `BookingList`: * - Page title + description * - Search input (left) + "New booking" button (right) * - 5-column table: Booking # / Status / Sell Amount / Pax / Start Date * - Pagination bar */ export declare function BookingsListSkeleton(): import("react").JSX.Element;