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