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