export declare class Badge { type: string; rounded: boolean; ghost: boolean; render(): any; }