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