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