import React from "react"; /** * DiscountCodeMoreActions * * Placeholder slot rendered inside the generic page's "more actions" * area. Keep this file small — add any contextual bulk-actions here * (export/import, bulk enable/disable) as the product requires. */ export declare const DiscountCodeMoreActions: React.FC;