import { type SafeHtml } from '@angular/platform-browser';
export type TuiSafeHtml = SafeHtml | string;
