import { EventEmitter } from '../../stencil-public-runtime'; /** * @description 应用的购买公共服务模块组件 * @author wjq1255 * @date 2020-10-22 * @export * @class AppServes */ export declare class AppServes { config: any; /** * 列表值 */ direction?: string; isLink?: boolean; color?: string; size: number; openUrl: EventEmitter; configHandler(newValue: string): void; componentWillLoad(): void; jumpGo(data: any): void; render(): any; }