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