import { type ComponentProps } from 'react';
import type { AttachmentLoadingState } from 'stream-chat';
export declare const RemoveAttachmentPreviewButton: ({ className, uploadState, ...props }: ComponentProps<"button"> & {
    uploadState?: AttachmentLoadingState;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=RemoveAttachmentPreviewButton.d.ts.map