import { IApp } from '../typings';
export declare function loadHtml(app: IApp): void;
