declare const Input: any; export default Input; export * from './src/input'; declare module 'vue' { interface GlobalComponents { AInput: typeof Input; } }