import { XmlComponent } from "../../../../../file/xml-components"; export declare enum SectionVerticalAlignValue { BOTH = "both", BOTTOM = "bottom", CENTER = "center", TOP = "top" } export declare class SectionVerticalAlign extends XmlComponent { constructor(value: SectionVerticalAlignValue); }