import type { UsePhoneMaskOptions, UsePhoneMaskReturn } from '../types'; /** * React hook for phone number masking. * Provides low-level phone masking functionality for custom input implementations. * Works in controlled mode — caller manages value state via onChange callback. */ export declare function usePhoneMask(options: UsePhoneMaskOptions): UsePhoneMaskReturn; //# sourceMappingURL=usePhoneMask.d.ts.map