import { InjectionToken } from '@angular/core';
import { type TuiMonth } from '@taiga-ui/cdk/date-time';
import { type TuiHandler } from '@taiga-ui/cdk/types';
import { type Observable } from 'rxjs';
export declare const TUI_MONTH_FORMATTER: InjectionToken<Observable<TuiHandler<TuiMonth | null, string>>>;
