/** * 解析缩进 http://officeopenxml.com/WPindentation.php */ import { CSSStyle } from '../../openxml/Style'; export declare function parseInd(element: Element, style: CSSStyle): void;