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