import { CSSProperties } from 'react';
import '../../styles/custom-styles.css';
interface Props {
    className?: string;
    style?: CSSProperties;
    isMaxCounter?: boolean;
}
export declare const ProductButtons: ({ className, style, isMaxCounter }: Props) => JSX.Element;
export {};
