import { IRuleOption } from '../../typings'; import { IDom } from '../../typings/node'; export declare const shortenDecimalDigits: (dom: IDom, { params: { sizeDigit, angelDigit, opacityDigit, } }: IRuleOption) => Promise;