import type { AnyFunc } from '@vunk/shared'; import type { UploadFile } from 'ant-design-vue'; declare const __VLS_base: import("vue").DefineComponent; default: undefined; }; action: { type: StringConstructor; default: string; }; modelValue: { type: StringConstructor; default: string; }; loading: { type: BooleanConstructor; default: undefined; }; modules: { type: { (arrayLength: number): "Attachments"[]; (...items: "Attachments"[]): "Attachments"[]; new (arrayLength: number): "Attachments"[]; new (...items: "Attachments"[]): "Attachments"[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of(...items: T[]): T[]; fromAsync(iterableOrArrayLike: AsyncIterable | Iterable> | ArrayLike>): Promise; fromAsync(iterableOrArrayLike: AsyncIterable | Iterable | ArrayLike, mapFn: (value: Awaited, index: number) => U, thisArg?: any): Promise[]>; readonly [Symbol.species]: ArrayConstructor; }; default: () => never[]; }; sendDisabled: { type: BooleanConstructor; default: boolean; }; attachmentsVisible: { type: BooleanConstructor; default: undefined; }; createSendButton: { type: import("vue").PropType; default: undefined; }; createAttachmentsButton: { type: import("vue").PropType; default: undefined; }; autoSize: { type: import("vue").PropType<{ minRows?: number; maxRows?: number; }>; default: undefined; }; attachmentsProps: { type: ObjectConstructor; default: () => {}; }; attachmentsPlaceholder: { type: StringConstructor; default: string; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { cancel: (...args: any[]) => void; submit: (_: string) => void; "update:modelValue": (_: string) => void; "update:fileList": (_: UploadFile[]) => void; "update:attachmentsVisible": (_: boolean) => void; }, string, import("vue").PublicProps, Readonly; default: undefined; }; action: { type: StringConstructor; default: string; }; modelValue: { type: StringConstructor; default: string; }; loading: { type: BooleanConstructor; default: undefined; }; modules: { type: { (arrayLength: number): "Attachments"[]; (...items: "Attachments"[]): "Attachments"[]; new (arrayLength: number): "Attachments"[]; new (...items: "Attachments"[]): "Attachments"[]; isArray(arg: any): arg is any[]; readonly prototype: any[]; from(arrayLike: ArrayLike): T[]; from(arrayLike: ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; from(iterable: Iterable | ArrayLike): T[]; from(iterable: Iterable | ArrayLike, mapfn: (v: T, k: number) => U, thisArg?: any): U[]; of(...items: T[]): T[]; fromAsync(iterableOrArrayLike: AsyncIterable | Iterable> | ArrayLike>): Promise; fromAsync(iterableOrArrayLike: AsyncIterable | Iterable | ArrayLike, mapFn: (value: Awaited, index: number) => U, thisArg?: any): Promise[]>; readonly [Symbol.species]: ArrayConstructor; }; default: () => never[]; }; sendDisabled: { type: BooleanConstructor; default: boolean; }; attachmentsVisible: { type: BooleanConstructor; default: undefined; }; createSendButton: { type: import("vue").PropType; default: undefined; }; createAttachmentsButton: { type: import("vue").PropType; default: undefined; }; autoSize: { type: import("vue").PropType<{ minRows?: number; maxRows?: number; }>; default: undefined; }; attachmentsProps: { type: ObjectConstructor; default: () => {}; }; attachmentsPlaceholder: { type: StringConstructor; default: string; }; }>> & Readonly<{ onCancel?: ((...args: any[]) => any) | undefined; onSubmit?: ((_: string) => any) | undefined; "onUpdate:modelValue"?: ((_: string) => any) | undefined; "onUpdate:fileList"?: ((_: UploadFile[]) => any) | undefined; "onUpdate:attachmentsVisible"?: ((_: boolean) => any) | undefined; }>, { loading: boolean; modules: "Attachments"[]; modelValue: string; fileList: any[]; action: string; sendDisabled: boolean; attachmentsVisible: boolean; createSendButton: AnyFunc; createAttachmentsButton: AnyFunc; autoSize: { minRows?: number; maxRows?: number; }; attachmentsProps: Record; attachmentsPlaceholder: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };