declare const marker_tip: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default marker_tip;