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