import { CSSStyle } from '../../openxml/Style'; import Word from '../../Word'; /** * 解析 spacing * http://officeopenxml.com/WPspacing.php */ export declare function parseSpacing(word: Word, element: Element, style: CSSStyle): void;