import React from 'react'; export declare const AttachmentPreviewList: () => React.JSX.Element; type PreviewItemProps = { id: string; }; export declare const ImagePreviewItem: ({ id }: PreviewItemProps) => React.JSX.Element | null; export {}; //# sourceMappingURL=AttachmentPreviewList.d.ts.map