/** * Both semantic and obsolete tags that result in styling that we assume the user wants removed. */ export declare const STYLE_TAG_NAMES: string[]; export declare function removeStyleFromRange(container: Node, range: Range): Range;