import { GroupedSeatmapProps } from './GroupedSeatmap.types';
export declare const GroupedSeatmap: ({ availableSeats, selectedSeatIds, svg, displayGroupMapping, onSeatSelect, onSeatDeselect, rightControls, leftControls, withDragSelection, withGroupSelection, }: GroupedSeatmapProps) => import("react/jsx-runtime").JSX.Element;
