export declare const SPECIAL_TAGS_REGEX: RegExp;
export declare const ALLOWED_ATTR: string[];
export declare const ALLOWED_TAGS: string[];
declare const getDOMPurify: (displayAsLimitedTags?: boolean, useHooks?: boolean) => any;
export default getDOMPurify;
