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