import { SeatmapInputProps } from './SeatmapInput.types'; export declare const SeatmapInput: ({ seats, value, onChange, className, svg, displayGroupMapping, leftControls, rightControls, withDragSelection, withGroupSelection, }: SeatmapInputProps) => import("react/jsx-runtime").JSX.Element | undefined;