import { InjectionToken } from '@angular/core'; /** * The first day of the week index */ export declare const TUI_FIRST_DAY_OF_WEEK: InjectionToken<0 | 1 | 2 | 3 | 4 | 5 | 6>;