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