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