import { MentionableTextAreaProps } from './types'; declare const _default: import('vue').DefineComponent any; change: (value: string) => any; focus: (event: FocusEvent) => any; blur: (event: FocusEvent) => any; mention: (trigger: string, searchValue: string) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:value"?: ((value: string) => any) | undefined; onChange?: ((value: string) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; onBlur?: ((event: FocusEvent) => any) | undefined; onMention?: ((trigger: string, searchValue: string) => any) | undefined; }>, { label: string; class: string; placeholder: string; rows: number; triggers: string[]; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { textareaRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: { readonly displayValue?: ((val: any) => string) | undefined; readonly modelValue?: string | undefined; readonly autoFocus?: boolean | undefined; readonly disabled?: boolean | undefined; readonly asChild?: boolean | undefined; readonly as?: (import('reka-ui').AsTag | import('vue').Component) | undefined; readonly "onUpdate:modelValue"?: ((args_0: string) => any) | undefined | undefined; } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps; $attrs: import('vue').Attrs; $refs: { [x: string]: unknown; }; $slots: Readonly<{ [name: string]: import('vue').Slot | undefined; }>; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $host: Element | null; $emit: (event: "update:modelValue", args_0: string) => void; $el: any; $options: import('vue').ComponentOptionsBase & Readonly<{ "onUpdate:modelValue"?: ((args_0: string) => any) | undefined; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (args_0: string) => any; }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{}> & Omit & Readonly<{ "onUpdate:modelValue"?: ((args_0: string) => any) | undefined; }>, never> & {} & import('vue').ComponentCustomProperties & {} & { $slots: { default?: (props: {}) => any; }; }) | null; }, HTMLDivElement>; export default _default;