import VFrom from './src/Form.vue' export interface VFormExpose { count: number sayHello: () => void } export { VFrom }