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