import { type Signal, type WritableSignal } from '@angular/core';
import { type MaskitoOptions } from '@maskito/core';
type M = MaskitoOptions;
export declare function tuiMaskito(options: M | WritableSignal<M>): WritableSignal<M>;
export declare function tuiMaskito(options: Signal<M>): Signal<M>;
export {};
