import { XmlComponent } from "../../../file/xml-components"; import { WidthType } from "../table-cell"; export declare class PreferredTableWidth extends XmlComponent { constructor(type: WidthType | undefined, w: number); }