import { PageLayout } from "./pageLayout"; import { PageMode } from "./pageMode"; import { Direction } from "./direction"; import { LinkElement } from "./linkElement"; export declare class DisplayProperties extends LinkElement { 'centerWindow': boolean; 'direction': Direction; 'displayDocTitle': boolean; 'hideMenuBar': boolean; 'hideToolBar': boolean; 'hideWindowUI': boolean; 'nonFullScreenPageMode': PageMode; 'pageLayout': PageLayout; 'pageMode': PageMode; static discriminator: any; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }