import { IDocument, ITagNode } from 'svg-vdom'; export declare const checkAnimateMotion: (node: ITagNode, dom: IDocument) => boolean;