declare const _default: import("vue/types/v3-define-component").DefineComponent<{ /** * tabindex number * */ tabindex: { type: NumberConstructor; default: number; }; /** * Application name */ name: { type: StringConstructor; default: null; }; /** * Application status e.g. Last build on 10 Dec 03:56 */ status: { type: StringConstructor; default: null; }; /** * Commit id */ commit: { type: StringConstructor; default: null; }; /** * Source code branch name */ branch: { type: StringConstructor; default: null; }; /** * { commit: 'git-commit',branch:"git-branch",cost:"doller",server:"aws" } */ iconNames: { type: ObjectConstructor; default(): { commit: string; branch: string; cost: string; server: string; }; }; }, import("vue").Data, import("vue").Data, {}, { handleClick(e: any): void; handleInfoClick(e: any): void; }, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, { name: string; status: string; commit: string; branch: string; iconNames: Record; tabindex: number; }>; export default _default;