import './modules/TitleTag/TitleTag.css';
import type { TitleBaseProps } from './types';
export declare const cnTitle: import("@bem-react/classname").ClassNameFormatter;
export declare const Title: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<TitleBaseProps, "div", "as">;
