export declare const usePhoneMask: () => {
    maskedPhone: import("vue").Ref<string, string>;
};
