import type { TdAttachmentsProps } from '../attachments/type'; import type { TransformEventHandlers, ExtractNonOnProps } from '@tdesign/uniapp/common/common'; export type AttachmentsProps = ExtractNonOnProps; export type AttachmentsEmits = TransformEventHandlers; declare const AttachmentsComponent: import('vue').DefineComponent; export default AttachmentsComponent;