import { ArcheIconName } from '../../../Common/theming/icons';
export interface UpBulleProps {
    backgroundImage: string;
    message: string;
    icon: ArcheIconName;
    value: number;
    className?: string;
}
