import type { Signal } from '@angular/core';
export declare function tuiWithDateFiller(fn?: (dateFiller: string) => string): Signal<string>;
