import { default as Textarea } from './textarea.vue';
export type TextareaInstance = InstanceType<typeof Textarea>;
