import { type TuiValueTransformer } from '@taiga-ui/cdk/classes'; export interface TuiInputPhoneOptions { readonly allowText: boolean; readonly mask: string; readonly valueTransformer: TuiValueTransformer; } export declare const TUI_INPUT_PHONE_DEFAULT_OPTIONS: TuiInputPhoneOptions; export declare const TUI_INPUT_PHONE_OPTIONS: import("@angular/core").InjectionToken, tuiInputPhoneOptionsProvider: (item: Partial | (() => Partial)) => import("@angular/core").FactoryProvider;