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