import React from "react";
import { ProductButtonsProps } from "../interfaces/ProductButtonsProps";
export declare const ProductButtons: ({ className, style }: ProductButtonsProps) => React.JSX.Element;
