import { default as React } from 'react'; import { ButtonProps } from '../../'; type BuyButtonProps = ButtonProps; declare function BuyButton({ testId, icon, children, ...otherProps }: BuyButtonProps): React.JSX.Element; export default BuyButton; //# sourceMappingURL=BuyButton.d.ts.map