/** * Copyright (c) 2019-2025 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose * @author David Sehnal */ import { PluginUIComponent } from '../base.js'; export declare class SimpleSettingsControl extends PluginUIComponent { componentDidMount(): void; render(): import("react/jsx-runtime").JSX.Element | null; }