import { ElementNode } from '../types'; export declare function removeAttr(node: ElementNode, except?: string[]): void;