import React from 'react';
import type { DialogTitleProps } from './types';
export declare const cnDialogTitle: import("@bem-react/classname").ClassNameFormatter;
export declare const DialogTitle: React.ForwardRefExoticComponent<Omit<DialogTitleProps, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
