import { INode } from 'svg-vdom'; import { ITag } from '../../typings/node'; export declare const isTag: (node: INode) => node is ITag;