import { IDocument } from 'svg-vdom'; import { IRuleOption } from '../../typings'; export declare const shortenAnimate: (dom: IDocument, { option: { remove } }: IRuleOption) => Promise;