import CountBadge from './CountBadge';
export declare const withAnimation: () => JSX.Element;
export declare const withoutAnimation: () => JSX.Element;
export declare const withHTMLSymbol1: () => JSX.Element;
export declare const withHTMLSymbol2: () => JSX.Element;
declare const _default: {
    title: string;
    component: typeof CountBadge;
    parameters: {
        notes: string;
    };
};
export default _default;
