import './NotificationCaption.css'; import React from 'react'; import { PropsWithHTMLAttributesAndRef } from '../../../utils/types/PropsWithHTMLAttributes'; export declare const cnNotificationCaption: import("@bem-react/classname").ClassNameFormatter; type NotificationCaptionProps = PropsWithHTMLAttributesAndRef<{}, HTMLSpanElement>; export declare const NotificationCaption: React.ForwardRefExoticComponent & React.RefAttributes>; export {};