/** * Sanitize HTML * @see https://github.com/rehypejs/rehype-sanitize */ export declare const sanitizeHTML: (html: string) => string;