import { XmlAttributeComponent, XmlComponent } from "../../../file/xml-components"; export declare class WidowControlAttributes extends XmlAttributeComponent<{ readonly val: boolean; }> { protected readonly xmlKeys: { val: string; }; } export declare class WidowControl extends XmlComponent { constructor(value: boolean); }