/// <reference types="react" />
import ConfigurationPanelContent from "./ConfigurationPanelContent";
export default class UnsupportedConfigurationPanel extends ConfigurationPanelContent {
    componentDidMount(): void;
    protected isControlDisabled(): boolean;
    protected renderConfigurationPanel(): JSX.Element;
}
