import { CpSeatMapTransitionDirections } from '../constants/seatMap/CpSeatMapTransitionDirections'; interface Props { isLarge?: boolean; /** Changing this replays the cabin transition — pass the current segment id. */ mapKey?: string; transitionDirection?: CpSeatMapTransitionDirections; } declare var __VLS_22: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_22) => any; }; declare const __VLS_base: import('vue').DefineComponent & Readonly<{}>, { isLarge: boolean; mapKey: string; transitionDirection: CpSeatMapTransitionDirections; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CpSeatMapPlane.vue.d.ts.map