import type { DefaultOneChatGenerics } from '../../types'; /** * @deprecated This component has been deprecated in favor of `AttachmentPreviewList` as this component * utilises outdated components from the package [`react-file-utils`](https://github.com/botaas/react-file-utils) * which will no longer receive updates for aforementioned components. * * **Will be removed with the complete transition to the theming V2 (next major release - `v11.0.0`).** */ export declare const UploadsPreview: () => JSX.Element; //# sourceMappingURL=UploadsPreview.d.ts.map