import { type IconProps } from "../../../base/index.ts";
declare const PhoneArrowUpRight: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type PhoneArrowUpRight = ReturnType<typeof PhoneArrowUpRight>;
export default PhoneArrowUpRight;
