import * as React from "react";
import type { Props } from "./types";
declare const SeatLegend: ({ type, label, dataTest, "aria-label": ariaLabel, id, }: Props) => React.JSX.Element;
export default SeatLegend;
//# sourceMappingURL=index.d.ts.map