export declare class IcosBadge { model: string | number; max: number; hidden: boolean; isDot: boolean; makeContent(): string | number; }