/// declare const FlightSeatsPage: ({ client, cart }: { client: any; cart: any; }) => JSX.Element; export default FlightSeatsPage;