/// <reference types="react" />
/**
 * @private
 */
export type NotificationIconProps = {
    chatMessagesCount: number;
    label?: string;
};
/**
 * @private
 */
export declare const NotificationIcon: (props: NotificationIconProps) => JSX.Element;
//# sourceMappingURL=NotificationIcon.d.ts.map