import { ITagNode } from 'svg-vdom'; export declare const rmAttrs: (node: ITagNode, attrs: string[]) => void;