import { XmlAttributeComponent } from "../../../../../file/xml-components"; import { SectionVerticalAlignValue } from "./vertical-align"; export declare class SectionVerticalAlignAttributes extends XmlAttributeComponent<{ readonly verticalAlign?: SectionVerticalAlignValue; }> { protected readonly xmlKeys: { verticalAlign: string; }; }