export declare const symbols: { arrowclosed: ({ color, strokeWidth, }: import("src/BaseGraph/components/MarkerDefinitions/types").SymbolProps) => import("react/jsx-runtime").JSX.Element; arrow: ({ color, strokeWidth }: import("src/BaseGraph/components/MarkerDefinitions/types").SymbolProps) => import("react/jsx-runtime").JSX.Element; };