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