import { IndexViewBase } from '../../../view/indexview-base'; /** * 应用首页视图基类 * * @export * @class AppIndexViewBase * @extends {IndexViewBase} */ export declare class AppIndexViewBase extends IndexViewBase { /** * 应用首页视图渲染 * * @memberof AppIndexViewBase */ render(h: any): any; } //# sourceMappingURL=app-indexview-base.d.ts.map