import { IDocument } from 'svg-vdom'; import { IRegularAttr } from '../../typings'; import { ITag } from '../../typings/node'; export declare const checkApply: (styleDefine: IRegularAttr, node: ITag, dom: IDocument, fromStyleTag?: boolean, isImportant?: boolean) => boolean;