/** * Sanitizes rendered HTML * @param value */ export declare const sanitize: (value: string) => string; //# sourceMappingURL=sanitize.d.ts.map