export declare class GlideRenderProperties { isMaintainOrder(): boolean; getGaugeHeight(): number; getGaugeWidth(): number; getGaugeName(): string; getGaugeId(): string; getGaugeType(): string; getEncodedQuery(): string; isPreview(): boolean; setPrint(b: boolean): void; isPrint(): boolean; isSearch(): boolean; setReadOnly(b: boolean): void; isReadOnly(): boolean; isPortal(): boolean; isDefaultList(): boolean; setMedia(media: string): void; getMedia(): string; isInteractive(): boolean; getWindowID(): string; getWindowProperties(): any; isSmallCaption(): boolean; setSmallCaption(smallCaption: boolean): void; isPopup(): boolean; setInlinePopup(inlinePopup: boolean): void; isInlinePopup(): boolean; isDialog(): boolean; setDialog(dialog: boolean): void; getParameters(): any; getParameterValue(name: string): string; isHomePage(): boolean; getReferringURL(): string; setView(viewName: string): void; setView(viewName: string, startingViewName: string): void; getViewManager(): any; getViewID(): string; getViewName(): string; isManyToMany(): boolean; isOneToMany(): boolean; isRelatedList(): boolean; getListControl(): any; setListControl(listControl: any): void; isChartDetailOnReport(): boolean; isMultipleUpdate(): boolean; genEmptyForm(): boolean; getQueryNoDomain(): boolean; useSlushbucket(type: string): boolean; useRelatedRecordManager(type: string): boolean; setDeferInlineScripts(value: boolean): void; getDeferInlineScripts(): boolean; isInDevStudio(): boolean; toString(): string; }