import type { TextareaExpose, TextareaProps } from './type'; import { type Nullish } from 'parsnip-kit'; declare var __VLS_8: { value: string | Nullish; count: number; maxLength: number | undefined; }; type __VLS_Slots = {} & { count?: (props: typeof __VLS_8) => any; }; declare const __VLS_base: import("vue").DefineComponent any; change: (value: string, e?: Event | undefined) => any; blur: (e: FocusEvent) => any; input: (value: string, e: Event) => any; focus: (e: FocusEvent) => any; "update:modelValue": (value: string) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onClear?: ((value: string) => any) | undefined; onChange?: ((value: string, e?: Event | undefined) => any) | undefined; onBlur?: ((e: FocusEvent) => any) | undefined; onInput?: ((value: string, e: Event) => any) | undefined; onFocus?: ((e: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { disabled: boolean; readonly: boolean; resize: boolean; loading: boolean; clearable: boolean; showCount: boolean; status: "success" | "warning" | "error" | "normal"; minRows: number; maxRows: number; autoResize: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };