import { InjectionToken } from "@angular/core"; export declare const N_THEME: InjectionToken; export interface INControlsTheme { baseColor: string; } export declare const DEFAULT_THEME: INControlsTheme;