/** * Removes rich text formatting nodes. */ export declare function removeFormatting(obj: any): any; export default removeFormatting;