import React from "react";
import { ProductTitleProps } from "../interfaces/ProductTitleProps";
export declare const ProductTitle: ({ title, className, style }: ProductTitleProps) => React.JSX.Element;
