/// <reference types="react" />
import type { Props } from "./types";
declare const SeatLegend: ({ type, label, dataTest }: Props) => JSX.Element;
export default SeatLegend;
