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