import React from 'react';
import { MessageBadgeProgressStyled, MessageBadgeProgressStyledProps } from './styled';
export type MessageBadgeProgressProps = Omit<React.ComponentProps<typeof MessageBadgeProgressStyled>, keyof MessageBadgeProgressStyledProps>;
export declare const MessageBadgeProgress: React.FC<MessageBadgeProgressProps>;
