/** * @slot - Allows badge content to be added */ export declare class Badge { /** * The bootstrap styling of the badge i.e. badge badge-primary badge-pill etc */ styleclass: string; /** * The background colour of the badge (optional) */ colour: string; render(): any; }