export interface IWishlistButtonProps {
    /**
     * Button Text for the Whislit Icon Button component
     */
    buttonText: string;
}
