import { Primitive } from "../../../utils/Primitive.js"; import { type ComponentRef, type ComponentPropsWithoutRef } from "react"; export declare namespace ComposerPrimitiveTriggerPopoverBack { type Element = ComponentRef; type Props = ComponentPropsWithoutRef; } /** * A button that navigates back from category items to the category list. * Only renders when a category is active (drill-down view). */ export declare const ComposerPrimitiveTriggerPopoverBack: import("react").ForwardRefExoticComponent & import("react").ButtonHTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=TriggerPopoverBack.d.ts.map