import React, { ReactElement } from 'react';
import { IWishlistButtonProps } from './type';
export declare const WishlistButton: React.MemoExoticComponent<({ buttonText, }: IWishlistButtonProps) => ReactElement>;
