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