import type { PhoneMaskBindingOptions } from '../types'; type Attachment = (element: T) => void | (() => void); /** * Svelte 5.29+ attachment that applies phone number masking to an element. * * Usage: * * console.log(p) })} /> * console.log(c) })} /> * * Unlike the `use:` action, the factory re-runs reactively when reactive state * in the call site changes — no `update()` hook needed. */ export declare function phoneMaskAttachment(params?: string | PhoneMaskBindingOptions): Attachment; export {}; //# sourceMappingURL=phoneMaskAttachment.svelte.d.ts.map