import { XmlComponent } from "../../../../../file/xml-components"; import { PageOrientation } from "./page-size-attributes"; export declare class PageSize extends XmlComponent { constructor(width: number, height: number, orientation: PageOrientation); }