import { InjectionToken } from '@angular/core'; interface NavaIconConfig { size?: number | string; color?: string; strokeWidth?: number; className?: string; } declare const NAVA_ICON_CONFIG: InjectionToken; export { NAVA_ICON_CONFIG as N, type NavaIconConfig as a };