import { HTMLAttributes, default as React } from 'react'; export interface GiftImageProps extends HTMLAttributes { /** * ID to find this component in testing tools (e.g.: cypress, testing library, and jest). */ testId?: string; } declare const GiftImage: React.ForwardRefExoticComponent>; export default GiftImage; //# sourceMappingURL=GiftImage.d.ts.map