// Project: https://github.com/vueComponent/ui-vue-antd-test // Definitions by: akki-jat // Definitions: https://github.com/vueComponent/ui-vue-antd-test/types import Vue from 'vue'; export declare class AntdComponent extends Vue { static install(vue: typeof Vue): void; }