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