import { ITag } from '../../typings/node'; export declare const getAttr: (node: ITag, key: string, defaultVal: string) => string;