/// <reference types="react" />
export declare const ArrowHeadMarkerSvg: ({ id, length, width, color }: {
    id: string;
    length: number;
    width: number;
    color?: string | undefined;
}) => JSX.Element;
