import { ElementRef, ModelSignal } from '@angular/core'; import { MaskitoOptions } from '@maskito/core'; import { InputTelefoneCelularConfiguration } from './input-telefone.configuration'; import { CustomInput } from '../custom-input'; import * as i0 from "@angular/core"; export declare class InputTelefoneComponent extends CustomInput { protected elementRef: ElementRef; configuration: ModelSignal; input: ElementRef; inputContainer: ElementRef; setFocus(event: MouseEvent | null): void; constructor(elementRef: ElementRef); writeValue(obj: string): void | Promise; SetValue(obj: string): void; readonly mask: MaskitoOptions; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare function FormatTelefoneCelular(value: string): string;