namespace folksprak.words.widgets { /** */ export abstract class class_widget { /** */ public abstract render() : HTMLElement ; } }