declare const _default: import("vue/types/v3-define-component").DefineComponent<{ /** * 'default' | "primary" | "success" | "error" | "warning" */ state: { type: StringConstructor; default: string; validator(value: unknown): boolean; }; /** * 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; }; /** * Server cost */ cost: { type: StringConstructor; default: null; }; /** * Server type/name */ server: { 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; }; }; /** * tabindex number * */ tabindex: { type: NumberConstructor; default: number; }; }, import("vue").Data, import("vue").Data, {}, { handleClick(e: any): void; }, import("vue/types/v3-component-options").ComponentOptionsMixin, import("vue/types/v3-component-options").ComponentOptionsMixin, {}, string, Readonly>, { name: string; state: string; status: string; commit: string; branch: string; cost: string; server: string; iconNames: Record; tabindex: number; }>; export default _default;