import * as React from 'react';
import CountBadge from './CountBadge';
import notes from './CountBadge.stories.md';
export const withAnimation = () => ;
export const withoutAnimation = () => ;
export const withHTMLSymbol1 = () => ;
export const withHTMLSymbol2 = () => ;
export default {
title: 'Components|CountBadge',
component: CountBadge,
parameters: {
notes,
},
};