import Vue from 'vue'
export declare class ChsUIComponent extends Vue {
  static install (vue: typeof Vue): void
}

export type ChsUIComponentSize = 'large' | 'medium' | 'small' | 'mini'

export type ChsUIHorizontalAlignment = 'left' | 'center' | 'right'