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