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