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