import Vue from "vue"; export declare class ElementUIComponent extends Vue { static install(vue: typeof Vue): void; } export type ElementUIComponentSize = "large" | "medium" | "small" | "mini"; export type ElementUIHorizontalAlignment = "left" | "center" | "right";