import type { ClassValue } from 'svelte/elements';
interface Props {
    class?: ClassValue;
}
declare const PhoneArrowUpRightIcon: import("svelte").Component<Props, {}, "">;
type PhoneArrowUpRightIcon = ReturnType<typeof PhoneArrowUpRightIcon>;
export default PhoneArrowUpRightIcon;
