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