/**
* @slot - Allows badge content to be added
*/
export declareclassBadge{
/**
* 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;
}