import { IAttr } from 'svg-vdom'; import { IRegularAttr } from '../../typings'; export declare const legalValue: (attrDefine: IRegularAttr, attr: IAttr, nodeName?: string) => boolean;