import { CpSeatMapConfig } from '../constants/seatMap/CpSeatMapConfig'; import { CpSeatMapSeatSelection } from '../constants/seatMap/CpSeatMapSeatSelection'; import { Seat } from '../constants/seatMap/Seat'; interface Props { config?: CpSeatMapConfig; isHighlighted?: boolean; isSelectionEnabled?: boolean; rowNumber: number; seat: Seat; selection?: CpSeatMapSeatSelection | null; } declare const __VLS_export: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onSelect?: ((seat: Seat, rowNumber: number) => any) | undefined; }>, { config: CpSeatMapConfig; isHighlighted: boolean; isSelectionEnabled: boolean; selection: CpSeatMapSeatSelection | null; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CpSeatMapSeatWrapper.vue.d.ts.map