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