import { ChatInputProps } from './types'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { 'block-start'?(_: {}): any; toolbar?(_: {}): any; }; refs: { fileInputRef: HTMLInputElement; imageInputRef: HTMLInputElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; submit: (value: string) => any; fileSelect: (files: FileList) => any; imageSelect: (files: FileList) => any; pressEnter: (event: KeyboardEvent) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:value"?: ((value: string) => any) | undefined; onSubmit?: ((value: string) => any) | undefined; onFileSelect?: ((files: FileList) => any) | undefined; onImageSelect?: ((files: FileList) => any) | undefined; onPressEnter?: ((event: KeyboardEvent) => any) | undefined; }>, { value: string; disabled: boolean; placeholder: string; maxlength: number; showWordLimit: boolean; rows: number; submitLoading: boolean; fileAccept: string; imageAccept: string; hideFileUpload: boolean; hideImageUpload: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { fileInputRef: HTMLInputElement; imageInputRef: HTMLInputElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };