{attrs.help}
} + * + * My setting component! + *My cool component
; + * } + */ + buildSettingComponent(entry: ((this: this) => Mithril.Children) | SettingsComponentOptions): Mithril.Children; + /** + * Called when `saveSettings` completes successfully. + */ + onsaved(): void; + /** + * Returns a function that fetches the setting from the `app` global. + */ + setting(key: string, fallback?: string): StreamHello World