export declare class UIPage { element: Element; constructor(element: Element); pageClass: string; pageTitle: any; } export declare class UISection { element: Element; constructor(element: Element); } export declare class UIContent { element: Element; constructor(element: Element); } export declare class UIGlyph { element: Element; constructor(element: Element); glyph: string; } export declare class UILoader { constructor(element: Element); busy: boolean; }