import { InjectionToken } from '@angular/core';
/**
 * SSR safe default empty Range
 */
export declare const TUI_RANGE: InjectionToken<Range>;
