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