import React from 'react'; import { ChatInputAttachmentListElement } from '@breadstone/mosaik-elements-foundation'; /** * @public */ export declare const ChatInputAttachmentList: import("../../../../Utils/Proxy").ReactWebComponent; declare global { namespace JSX { interface IntrinsicElements { 'mosaik-chat-input-attachment-list': React.DetailedHTMLProps, ChatInputAttachmentListElement> | Partial; } } } //# sourceMappingURL=ChatInputAttachmentListComponent.d.ts.map