declare const CLASS_PREFIX = "md-reaction-badge";
declare const DEFAULTS: {
    COUNT: number;
    REACTED: boolean;
};
declare const STYLE: {
    wrapper: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };
