type AllowedTag = 'strong' | 'a';
export declare const sanitizeHtml: (unsafeInput: string, allowedTags?: AllowedTag[]) => string;
export {};
