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