export { PhoneInput } from './components/PhoneInput'; export { usePhoneMask } from './hooks/usePhoneMask'; export type { PhoneInputProps, PhoneInputRef, PhoneNumber, UsePhoneMaskOptions, UsePhoneMaskReturn, Size as PhoneInputSize, Theme as PhoneInputTheme } from './types'; export type { CountryKey as PCountryKey, MaskBase as PMaskBase, MaskBaseMap as PMaskBaseMap, Mask as PMask, MaskMap as PMaskMap, MaskWithFlag as PMaskWithFlag, MaskWithFlagMap as PMaskWithFlagMap, MaskFull as PMaskFull, MaskFullMap as PMaskFullMap } from '@desource/phone-mask'; //# sourceMappingURL=index.d.ts.map