export let allowedTags: string[]; export let allowedAttributes: { a: string[]; img: string[]; "*": string[]; };