import React from "react"; export interface IProductBtns { className?: string; } export declare const ProductBtns: ({ className }: IProductBtns) => React.JSX.Element;