import { TextareaHTMLAttributes } from 'vue';
export interface TextAreaProps {
class?: TextareaHTMLAttributes['class'];
placeholder: string;
showCount?: boolean;
disabled?: boolean;
maxLength?: TextareaHTMLAttributes['maxlength'];
}
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: import('vue').DefineComponent any;
}, string, import('vue').PublicProps, Readonly & Readonly<{
"onUpdate:modelValue"?: ((value: string | undefined) => any) | undefined;
}>, {
disabled: boolean;
placeholder: string;
showCount: boolean;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;