import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const ArrowPath: import("svelte").Component; type ArrowPath = ReturnType; export default ArrowPath; //# sourceMappingURL=arrow-path.svelte.d.ts.map