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