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