import { MarkerType, type EdgeMarker } from '@xyflow/system'; type SymbolProps = Omit; export declare const MarkerSymbols: { arrow: ({ color, strokeWidth }: SymbolProps) => import("react/jsx-runtime").JSX.Element; arrowclosed: ({ color, strokeWidth }: SymbolProps) => import("react/jsx-runtime").JSX.Element; }; export declare function useMarkerSymbol(type: MarkerType | `${MarkerType}`): (({ color, strokeWidth }: SymbolProps) => import("react/jsx-runtime").JSX.Element) | null; export {}; //# sourceMappingURL=MarkerSymbols.d.ts.map