import { AttachmentPreviewProps } from '../types/whatsapp'; export declare const AttachmentPreview: ({ attachedFile, onFileRemove }: AttachmentPreviewProps) => import("react/jsx-runtime").JSX.Element;