export function isSafeInlineTagName(tagName: any): boolean; export function normalizeSafeInlineTagName(tag: any): string; export const SAFE_INLINE_TAGS: string[]; export const SAFE_VOID_TAGS: string[];