import { SeatMapCabinRow } from "@duffel/api/types";
export declare const getRowNumber: (row: SeatMapCabinRow) => string | null;
