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