declare const Icon: any; export { Icon }; export default Icon; export * from './src/icon'; declare module 'vue' { interface GlobalComponents { ATcon: typeof Icon; } }