declare let iFrame: HTMLIFrameElement, sidebarContainer: HTMLElement; declare function getIframeElement(iframeId: string): void; declare function renderSidebarContainer(iFrameId: string): void; declare function renderMenuBar(): void;