/**
* Defines word labels.
*/
export defaultclassLabel{
/**
* Constructor.
*
* @param text {string} The text of the label.
* @param type {string} The type of the label.
*/publicconstructor(
publicreadonlytext: string,
publicreadonlytype: string,
) {
}
}