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