import type { RenderOrderStatusExtensionTarget } from '../extension-targets';
import type { AppliedGiftCard } from '../api';
/**
 * Returns the current gift cards applied to the cart, and automatically re-renders
 * your component if gift cards are added or removed.
 */
export declare function useAppliedGiftCards<Target extends RenderOrderStatusExtensionTarget = RenderOrderStatusExtensionTarget>(): AppliedGiftCard[];
//# sourceMappingURL=gift-cards.d.ts.map