declare const PhArrowClockwise: import("svelte").Component<{
    class?: string;
} & Record<string, any>, {}, "">;
type PhArrowClockwise = ReturnType<typeof PhArrowClockwise>;
export default PhArrowClockwise;
