export default class DashboardWidget extends Component { constructor(); /** * Get the class name to apply to the widget. * * @return {String} */ className(): string; /** * Get the content of the widget. * * @return {VirtualElement} */ content(): any; } import Component from "../../common/Component";