import { type ActionButtonElement, type ActionButtonProps } from "../../utils/createActionButton.js"; declare const useQueueItemRemove: () => () => void; export declare namespace QueueItemPrimitiveRemove { type Element = ActionButtonElement; type Props = ActionButtonProps; } /** * A button that removes this item from the queue. * * @example * ```tsx * × * ``` */ export declare const QueueItemPrimitiveRemove: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=QueueItemRemove.d.ts.map