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