import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const GiftCard: React.MemoExoticComponent>; declare type GiftCardRef = PathIconRef; declare type GiftCardProps = PathIconProps; export { GiftCard }; export type { GiftCardRef, GiftCardProps }; export default GiftCard;