import { type ActionButtonElement, type ActionButtonProps } from "../../utils/createActionButton.js"; declare const useAttachmentRemove: () => () => void; export declare namespace AttachmentPrimitiveRemove { type Element = ActionButtonElement; type Props = ActionButtonProps; } export declare const AttachmentPrimitiveRemove: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=AttachmentRemove.d.ts.map