import { InjectionToken } from '@angular/core'; import type { SanitizeStyle } from '../types/sanitize-style'; /** * A function that takes style rule value as input and returns a sanitized string * * NOTE: Angular 10 removed CSS sanitation so by default this method does nothing */ export declare const SANITIZE_STYLE: InjectionToken;