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