export declare type GiftCardType = { value: string; sender: string; recipient: string; personalMessage: string; };