import { InjectionToken } from '@angular/core'; import { type TuiHandler } from '@taiga-ui/cdk'; import { type Observable } from 'rxjs'; /** * Image loader handler */ export declare const TUI_IMAGE_LOADER: InjectionToken>>;