type $$ComponentProps = { count?: number; hideZero?: boolean; max?: number; variant?: 'default' | 'primary' | 'secondary' | 'success' | 'warning' | 'error' | 'info'; }; declare const CountBadgeStory: import("svelte").Component<$$ComponentProps, {}, "">; type CountBadgeStory = ReturnType; export default CountBadgeStory;