import { type ActionButtonElement, type ActionButtonProps } from "../../utils/createActionButton.js"; declare const useQueueItemSteer: () => () => void; export declare namespace QueueItemPrimitiveSteer { type Element = ActionButtonElement; type Props = ActionButtonProps; } /** * A button that steers the current run to process this queue item immediately. * * @example * ```tsx * Run Now * ``` */ export declare const QueueItemPrimitiveSteer: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=QueueItemSteer.d.ts.map