export declare class DotBadge { bgColor: string; color: string; size: string; bordered: boolean; render(): any; }